Эх сурвалжийг харах

Merge branch 'feature/snapshot' into test

xf 2 долоо хоног өмнө
parent
commit
657b3264f8

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

@@ -7249,7 +7249,7 @@ public class OrderController : BaseController
                 BusinessType = dto.BusinessType
             };
 
-            if (dto.FlowDirection is not EFlowDirection.OrgToOrg)
+            if (dto.FlowDirection is not EFlowDirection.OrgToOrg and not EFlowDirection.Other)
             {
                 //重新计算期满时间
                 ExpiredTimeWithConfig expiredTime;