@@ -2182,6 +2182,9 @@ public class WorkScheduleAttendanceController {
row.createCell(colIndex).setCellValue(jsonObject.getString("onWorkResult1N"));
colIndex++;
+ row.createCell(colIndex).setCellValue(jsonObject.getString("offWorkRecordTime1"));
+ colIndex++;
+
row.createCell(colIndex).setCellValue(jsonObject.getString("offWorkResult1N"));