浏览代码

PSSR支(吊)架字段拆分导出修改

wangggziwen 7 月之前
父节点
当前提交
867cc42f02
共有 1 个文件被更改,包括 14 次插入16 次删除
  1. 14 16
      master/src/main/java/com/ruoyi/project/pssr/controller/TPssrFrameController.java

+ 14 - 16
master/src/main/java/com/ruoyi/project/pssr/controller/TPssrFrameController.java

@@ -116,22 +116,20 @@ public class TPssrFrameController extends BaseController
                 row.createCell(3).setCellValue(t.getPipelineNumber());
                 row.createCell(4).setCellValue(t.getDevNo());
                 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(21);
                 row.createCell(22);