|
@@ -6113,10 +6113,10 @@ public class OrderController : BaseController
|
|
|
},
|
|
|
HttpContext.RequestAborted);
|
|
|
|
|
|
- if (order.ActualHandleOrgName != OrgSeedData.CenterId && order.Status < EOrderStatus.Filed)
|
|
|
- {
|
|
|
- await _circularRecordDomainService.OrderSpecialCircularMessage(special, order, HttpContext.RequestAborted);
|
|
|
- }
|
|
|
+ // if (order.ActualHandleOrgName != OrgSeedData.CenterId && order.Status < EOrderStatus.Filed)
|
|
|
+ // {
|
|
|
+ // await _circularRecordDomainService.OrderSpecialCircularMessage(special, order, HttpContext.RequestAborted);
|
|
|
+ //}
|
|
|
|
|
|
if (string.IsNullOrEmpty(currentStep?.HandlerOrgId))
|
|
|
{
|