|
@@ -655,8 +655,8 @@ public class AttendanceStatisticsServiceImpl extends MPJBaseServiceImpl<Attendan
|
|
|
for(int i = 0; i < 7; i ++){
|
|
|
sheet.autoSizeColumn(i);
|
|
|
}
|
|
|
- sheet.setColumnWidth(4, 10*256);
|
|
|
- sheet.setColumnWidth(5, 10*256);
|
|
|
+ sheet.setColumnWidth(4, 24 * 256);
|
|
|
+ sheet.setColumnWidth(5, 24 * 256);
|
|
|
|
|
|
int cellNumber = 8;
|
|
|
for (String dayOfWeek : weekList) {
|