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