瀏覽代碼

Merge branch 'test' of http://110.188.24.182:10023/Fengwo/hotline into test

tangjiang 1 月之前
父節點
當前提交
b58bfa7772
共有 2 個文件被更改,包括 8 次插入8 次删除
  1. 4 4
      src/Hotline.Api/Controllers/OrderController.cs
  2. 4 4
      src/Hotline.Application/Orders/OrderApplication.cs

+ 4 - 4
src/Hotline.Api/Controllers/OrderController.cs

@@ -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))
             {

+ 4 - 4
src/Hotline.Application/Orders/OrderApplication.cs

@@ -4107,10 +4107,10 @@ public class OrderApplication : IOrderApplication, IScopeDependency
                 cancellation);
 
 
-		if (order.ActualHandleOrgName != OrgSeedData.CenterId && order.Status < EOrderStatus.Filed)
-		{
-			await _circularRecordDomainService.OrderSpecialCircularMessage(special, order, cancellation);
-		}
+		//if (order.ActualHandleOrgName != OrgSeedData.CenterId && order.Status < EOrderStatus.Filed)
+		//{
+		//	await _circularRecordDomainService.OrderSpecialCircularMessage(special, order, cancellation);
+		//}
 
 		if (_appOptions.Value.IsZiGong && dto.BusinessType == EBusinessType.Send)
         {