@@ -7223,7 +7223,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;