Commit 0b9af31a by ilal

提交

parent c3e464a7
......@@ -3927,7 +3927,7 @@ public class ClockInController {
}
}
if(!(nextrange[0]).equals("")) {
for(String nus : nextrange) {
WorkbenchCalendarDto wocal = WorkbenchCalendarDto.builder().build();
wocal.setDate(nus);
......@@ -3947,6 +3947,8 @@ public class ClockInController {
workcal.add(wocal);
}
}
}
}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