|
@@ -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());
|