ソースを参照

修复预处理与雨水任务单校验导出问题

hs 2 年 前
コミット
a77425c08b

+ 8 - 8
DataCheck/src/main/java/com/tofly/dataCheck/custom/contoller/CustomCheckExportController.java

@@ -190,14 +190,14 @@ public class CustomCheckExportController {
                     handleAndRainExport.setSectionDataOne2(d.getCheckData().getSectionDataOne());
                     handleAndRainExport.setSectionDataTwo2(d.getCheckData().getSectionDataTwo());
                     handleAndRainExport.setPipeLength2(d.getCheckData().getPipeLength());
-                    handleAndRainExport.setVideoTime2(d.getCheckData().getStartCode());
-                    handleAndRainExport.setVideoSectionDataOne2(d.getCheckData().getEndCode());
-                    handleAndRainExport.setVideoSectionDataTwo2(d.getCheckData().getSectionDataOne());
-                    handleAndRainExport.setPdCheckLength2(d.getCheckData().getSectionDataTwo());
-                    handleAndRainExport.setNoHandleLength2(d.getCheckData().getPipeLength());
-                    handleAndRainExport.setPdRemark2(d.getCheckData().getRemark());
-                    handleAndRainExport.setIsCheck2(d.getCheckData().getSectionDataTwo());
-                    handleAndRainExport.setRainTask2(d.getCheckData().getPipeLength());
+                    handleAndRainExport.setVideoTime2(d.getCheckData().getVideoTime());
+                    handleAndRainExport.setVideoSectionDataOne2(d.getCheckData().getVideoSectionDataOne());
+                    handleAndRainExport.setVideoSectionDataTwo2(d.getCheckData().getVideoSectionDataTwo());
+                    handleAndRainExport.setPdCheckLength2(d.getCheckData().getPdCheckLength());
+                    handleAndRainExport.setNoHandleLength2(d.getCheckData().getNoHandleLength());
+                    handleAndRainExport.setPdRemark2(d.getCheckData().getPdRemark());
+                    handleAndRainExport.setIsCheck2(d.getCheckData().getIsCheck());
+                    handleAndRainExport.setRainTask2(d.getCheckData().getRainTask());
                     handleAndRainExport.setRemark2(d.getCheckData().getRemark());
                 }else{
                     checkDataExport.setArea(d.getHandleData().getArea());