|
@@ -354,9 +354,9 @@ namespace DataSharing.Application.Receivers
|
|
|
if (dataOrder != null)
|
|
|
{
|
|
|
dataOrder.ExpiredTime = dto.ExpiredTime;
|
|
|
- dataOrder.Source = dto.Source.ToString();
|
|
|
- dataOrder.CaseSource = dto.SourceChannel;
|
|
|
- dataOrder.CaseSourceCode = dto.SourceChannelCode;
|
|
|
+ //dataOrder.Source = dto.Source.ToString();
|
|
|
+ //dataOrder.CaseSource = dto.SourceChannel;
|
|
|
+ //dataOrder.CaseSourceCode = dto.SourceChannelCode;
|
|
|
await _dsOrderRepository.UpdateAsync(dataOrder, cancellationToken);
|
|
|
}
|
|
|
|