Commit 0045d288 by ilal Committed by chenzg

提交

parent 4fe5a3df
...@@ -3927,7 +3927,7 @@ public class ClockInController { ...@@ -3927,7 +3927,7 @@ public class ClockInController {
} }
} }
if(!(nextrange[0]).equals("")) {
for(String nus : nextrange) { for(String nus : nextrange) {
WorkbenchCalendarDto wocal = WorkbenchCalendarDto.builder().build(); WorkbenchCalendarDto wocal = WorkbenchCalendarDto.builder().build();
wocal.setDate(nus); wocal.setDate(nus);
...@@ -3947,6 +3947,8 @@ public class ClockInController { ...@@ -3947,6 +3947,8 @@ public class ClockInController {
workcal.add(wocal); workcal.add(wocal);
} }
}
} }
}else { }else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment