提交 6f340c34 编写于 作者: W WangJPLeo

map check fix

上级 ebd2a158
......@@ -108,7 +108,7 @@ public class CheckComplementDto {
boolean manual = scheduleTimeParamMap.containsKey(CMDPARAM_COMPLEMENT_DATA_SCHEDULE_DATE_LIST);
boolean selected = scheduleTimeParamMap.containsKey(CMDPARAM_COMPLEMENT_DATA_START_DATE);
boolean withoutAny = !manual && !selected;
if (CollectionUtils.isEmpty(cronMap) || withoutAny) {
if (CollectionUtils.isEmpty(scheduleTimeParamMap) || withoutAny) {
return true;
}
this.setHandleTypes(manual);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册