|
|
@ -1333,7 +1333,7 @@ public class DailyReportService extends MybatisBaseService<DailyReportMapper, Da |
|
|
|
return columnName; |
|
|
|
} |
|
|
|
}).collect(Collectors.toList()); |
|
|
|
columnNames.add(""); |
|
|
|
// columnNames.add("");
|
|
|
|
parameterVo.setRow(columnNames); |
|
|
|
dynamicRows.add(parameterVo); |
|
|
|
} |
|
|
|