|
@@ -633,10 +633,9 @@ namespace DataSharing.Host.Controllers
|
|
|
OrderId = orderData.OrderId,
|
|
|
FinishType = "1",
|
|
|
Opinion = policeReceiveChainDealDs.DisposalSituation,
|
|
|
- Source= "110"
|
|
|
+ Source = "110"
|
|
|
};
|
|
|
await _capPublisher.PublishAsync(DataSharing.Share.Mq.EventNames.SharingOrderReultSend, orderResultDto, cancellationToken: HttpContext.RequestAborted);
|
|
|
-
|
|
|
}
|
|
|
else if (policeReceiveChainDealDs.DisposalType == 2)//退回
|
|
|
{
|