|
@@ -116,22 +116,20 @@ public class TPssrFrameController extends BaseController
|
|
row.createCell(3).setCellValue(t.getPipelineNumber());
|
|
row.createCell(3).setCellValue(t.getPipelineNumber());
|
|
row.createCell(4).setCellValue(t.getDevNo());
|
|
row.createCell(4).setCellValue(t.getDevNo());
|
|
row.createCell(5).setCellValue(t.getSupportType());
|
|
row.createCell(5).setCellValue(t.getSupportType());
|
|
-
|
|
|
|
- row.createCell(6).setCellValue(t.getSupportType());
|
|
|
|
- row.createCell(7).setCellValue(t.getSupportType());
|
|
|
|
- row.createCell(8).setCellValue(t.getSupportType());
|
|
|
|
- row.createCell(9).setCellValue(t.getSupportType());
|
|
|
|
- row.createCell(10).setCellValue(t.getSupportType());
|
|
|
|
- row.createCell(11).setCellValue(t.getSupportType());
|
|
|
|
- row.createCell(12).setCellValue(t.getSupportType());
|
|
|
|
- row.createCell(13).setCellValue(t.getSupportType());
|
|
|
|
- row.createCell(14).setCellValue(t.getSupportType());
|
|
|
|
- row.createCell(15).setCellValue(t.getSupportType());
|
|
|
|
- row.createCell(16).setCellValue(t.getSupportType());
|
|
|
|
- row.createCell(17).setCellValue(t.getSupportType());
|
|
|
|
- row.createCell(18).setCellValue(t.getSupportType());
|
|
|
|
- row.createCell(19).setCellValue(t.getSupportType());
|
|
|
|
-
|
|
|
|
|
|
+ row.createCell(6).setCellValue(t.getFramePipe1());
|
|
|
|
+ row.createCell(7).setCellValue(t.getFramePipe2());
|
|
|
|
+ row.createCell(8).setCellValue(t.getFrameRoot1());
|
|
|
|
+ row.createCell(9).setCellValue(t.getFrameRoot2());
|
|
|
|
+ row.createCell(10).setCellValue(t.getFrameRoot3());
|
|
|
|
+ row.createCell(11).setCellValue(t.getFrameRoot4());
|
|
|
|
+ row.createCell(12).setCellValue(t.getFunctionalPart1());
|
|
|
|
+ row.createCell(13).setCellValue(t.getFunctionalPart2());
|
|
|
|
+ row.createCell(14).setCellValue(t.getFunctionalPart3());
|
|
|
|
+ row.createCell(15).setCellValue(t.getFunctionalPart4());
|
|
|
|
+ row.createCell(16).setCellValue(t.getConnector1());
|
|
|
|
+ row.createCell(17).setCellValue(t.getConnector2());
|
|
|
|
+ row.createCell(18).setCellValue(t.getConnector3());
|
|
|
|
+ row.createCell(19).setCellValue(t.getConnector4());
|
|
row.createCell(20).setCellValue(t.getProcessingResult());
|
|
row.createCell(20).setCellValue(t.getProcessingResult());
|
|
row.createCell(21);
|
|
row.createCell(21);
|
|
row.createCell(22);
|
|
row.createCell(22);
|