Browse Source

aps-调度排程增加可选调度类型

sucheng 3 months ago
parent
commit
b0358de59d

+ 6 - 0
cx-aps/cx-aps-common/src/main/java/com/rongwei/bscommon/sys/service/impl/ApsBlankOrderServiceImpl.java

@@ -4307,6 +4307,12 @@ public class ApsBlankOrderServiceImpl extends ServiceImpl<ApsBlankOrderDao, ApsB
             currentUser = CXCommonUtils.getCurrentUser();
         }
         ApsUtils.checkScheduling(currentUser);
+        if (haveLenZha == null) {
+            haveLenZha = true;
+        }
+        if (haveTuiHuo == null) {
+            haveTuiHuo = true;
+        }
         String needScheduleDate = "";
         DateTime chongpaiStartDate = null;
         DateTime chongpaiEndDate = null;