考勤月报-按单位,最多导出41天
This commit is contained in:
parent
a2ed0c329d
commit
24b469a92b
@ -1085,7 +1085,7 @@ public class WorkerDailyAttendanceStatisticsV2Controller {
|
||||
TemplateExportParams params = new TemplateExportParams(templateUrl, true);
|
||||
params.setColForEach(true);
|
||||
params.setSheetName(sheetNames.toArray(new String[]{}));
|
||||
for (int i = 10 + dateTimes.size(); i < 10 + 31; i++) {
|
||||
for (int i = 10 + dateTimes.size(); i < 10 + 41; i++) {
|
||||
delColIndexes.add(i);
|
||||
}
|
||||
try (Workbook workbook = ExcelExportUtil.exportExcel(root, params);) {
|
||||
|
||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user