|
@@ -570,14 +570,14 @@ public class CustomCheckExportController {
|
|
|
handleAndCheckExport.setSectionDataOneJc(d.getCheckData().getSectionDataOne());
|
|
|
handleAndCheckExport.setSectionDataTwoJc(d.getCheckData().getSectionDataTwo());
|
|
|
handleAndCheckExport.setPipeLengthJc(d.getCheckData().getPipeLength());
|
|
|
- handleAndCheckExport.setVideoTimeJc(d.getCheckData().getStartCode());
|
|
|
- handleAndCheckExport.setVideoSectionDataOneJc(d.getCheckData().getEndCode());
|
|
|
- handleAndCheckExport.setVideoSectionDataTwoJc(d.getCheckData().getSectionDataOne());
|
|
|
- handleAndCheckExport.setPdCheckLengthJc(d.getCheckData().getSectionDataTwo());
|
|
|
- handleAndCheckExport.setNoHandleLengthJc(d.getCheckData().getPipeLength());
|
|
|
- handleAndCheckExport.setPdRemarkJc(d.getCheckData().getRemark());
|
|
|
- handleAndCheckExport.setIsCheckJc(d.getCheckData().getSectionDataTwo());
|
|
|
- handleAndCheckExport.setRainTaskJc(d.getCheckData().getPipeLength());
|
|
|
+ handleAndCheckExport.setVideoTimeJc(d.getCheckData().getVideoTime());
|
|
|
+ handleAndCheckExport.setVideoSectionDataOneJc(d.getCheckData().getVideoSectionDataOne());
|
|
|
+ handleAndCheckExport.setVideoSectionDataTwoJc(d.getCheckData().getVideoSectionDataTwo());
|
|
|
+ handleAndCheckExport.setPdCheckLengthJc(d.getCheckData().getPdCheckLength());
|
|
|
+ handleAndCheckExport.setNoHandleLengthJc(d.getCheckData().getNoHandleLength());
|
|
|
+ handleAndCheckExport.setPdRemarkJc(d.getCheckData().getPdRemark());
|
|
|
+ handleAndCheckExport.setIsCheckJc(d.getCheckData().getIsCheck());
|
|
|
+ handleAndCheckExport.setRainTaskJc(d.getCheckData().getRainTask());
|
|
|
handleAndCheckExport.setRemarkJc(d.getCheckData().getRemark());
|
|
|
}else{
|
|
|
checkDataExport.setArea(d.getHandleData().getArea());
|