|
@@ -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;
|