瀏覽代碼

后勤日报表BUG修改

shuzhan 3 年之前
父節點
當前提交
895c05a4ab

+ 3 - 0
web/src/main/java/com/jpsoft/shinestar/modules/business/controller/WorkScheduleAttendanceController.java

@@ -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++;