소스 검색

裂解炉炉管测压 - 添加Pass备注字段

wangggziwen 1 년 전
부모
커밋
e1e83a3205

+ 192 - 0
master/src/main/java/com/ruoyi/project/production/domain/TFurnancePressure.java

@@ -93,6 +93,70 @@ public class TFurnancePressure extends BaseEntity
     @Excel(name = "PASS16")
     private String pass16;
 
+    /** PASS1备注 */
+    @Excel(name = "PASS1备注")
+    private String remarks1;
+
+    /** PASS2备注 */
+    @Excel(name = "PASS2备注")
+    private String remarks2;
+
+    /** PASS3备注 */
+    @Excel(name = "PASS3备注")
+    private String remarks3;
+
+    /** PASS4备注 */
+    @Excel(name = "PASS4备注")
+    private String remarks4;
+
+    /** PASS5备注 */
+    @Excel(name = "PASS5备注")
+    private String remarks5;
+
+    /** PASS6备注 */
+    @Excel(name = "PASS6备注")
+    private String remarks6;
+
+    /** PASS7备注 */
+    @Excel(name = "PASS7备注")
+    private String remarks7;
+
+    /** PASS8备注 */
+    @Excel(name = "PASS8备注")
+    private String remarks8;
+
+    /** PASS9备注 */
+    @Excel(name = "PASS9备注")
+    private String remarks9;
+
+    /** PASS10备注 */
+    @Excel(name = "PASS10备注")
+    private String remarks10;
+
+    /** PASS11备注 */
+    @Excel(name = "PASS11备注")
+    private String remarks11;
+
+    /** PASS12备注 */
+    @Excel(name = "PASS12备注")
+    private String remarks12;
+
+    /** PASS13备注 */
+    @Excel(name = "PASS13备注")
+    private String remarks13;
+
+    /** PASS14备注 */
+    @Excel(name = "PASS14备注")
+    private String remarks14;
+
+    /** PASS15备注 */
+    @Excel(name = "PASS15备注")
+    private String remarks15;
+
+    /** PASS16备注 */
+    @Excel(name = "PASS16备注")
+    private String remarks16;
+
     /** 部门id */
     @Excel(name = "部门id")
     private Long deptId;
@@ -169,6 +233,134 @@ public class TFurnancePressure extends BaseEntity
 
     private boolean isPass8RatioExceeded;
 
+    public String getRemarks1() {
+        return remarks1;
+    }
+
+    public void setRemarks1(String remarks1) {
+        this.remarks1 = remarks1;
+    }
+
+    public String getRemarks2() {
+        return remarks2;
+    }
+
+    public void setRemarks2(String remarks2) {
+        this.remarks2 = remarks2;
+    }
+
+    public String getRemarks3() {
+        return remarks3;
+    }
+
+    public void setRemarks3(String remarks3) {
+        this.remarks3 = remarks3;
+    }
+
+    public String getRemarks4() {
+        return remarks4;
+    }
+
+    public void setRemarks4(String remarks4) {
+        this.remarks4 = remarks4;
+    }
+
+    public String getRemarks5() {
+        return remarks5;
+    }
+
+    public void setRemarks5(String remarks5) {
+        this.remarks5 = remarks5;
+    }
+
+    public String getRemarks6() {
+        return remarks6;
+    }
+
+    public void setRemarks6(String remarks6) {
+        this.remarks6 = remarks6;
+    }
+
+    public String getRemarks7() {
+        return remarks7;
+    }
+
+    public void setRemarks7(String remarks7) {
+        this.remarks7 = remarks7;
+    }
+
+    public String getRemarks8() {
+        return remarks8;
+    }
+
+    public void setRemarks8(String remarks8) {
+        this.remarks8 = remarks8;
+    }
+
+    public String getRemarks9() {
+        return remarks9;
+    }
+
+    public void setRemarks9(String remarks9) {
+        this.remarks9 = remarks9;
+    }
+
+    public String getRemarks10() {
+        return remarks10;
+    }
+
+    public void setRemarks10(String remarks10) {
+        this.remarks10 = remarks10;
+    }
+
+    public String getRemarks11() {
+        return remarks11;
+    }
+
+    public void setRemarks11(String remarks11) {
+        this.remarks11 = remarks11;
+    }
+
+    public String getRemarks12() {
+        return remarks12;
+    }
+
+    public void setRemarks12(String remarks12) {
+        this.remarks12 = remarks12;
+    }
+
+    public String getRemarks13() {
+        return remarks13;
+    }
+
+    public void setRemarks13(String remarks13) {
+        this.remarks13 = remarks13;
+    }
+
+    public String getRemarks14() {
+        return remarks14;
+    }
+
+    public void setRemarks14(String remarks14) {
+        this.remarks14 = remarks14;
+    }
+
+    public String getRemarks15() {
+        return remarks15;
+    }
+
+    public void setRemarks15(String remarks15) {
+        this.remarks15 = remarks15;
+    }
+
+    public String getRemarks16() {
+        return remarks16;
+    }
+
+    public void setRemarks16(String remarks16) {
+        this.remarks16 = remarks16;
+    }
+
     public boolean isPass1RatioExceeded() {
         return isPass1RatioExceeded;
     }

+ 68 - 1
master/src/main/resources/mybatis/production/TFurnancePressureMapper.xml

@@ -36,10 +36,29 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         <result property="recorder"    column="recorder"    />
         <result property="startDate"    column="start_date"    />
         <result property="endDate"    column="end_date"    />
+        <result property="remarks1"    column="remarks1"    />
+        <result property="remarks2"    column="remarks2"    />
+        <result property="remarks3"    column="remarks3"    />
+        <result property="remarks4"    column="remarks4"    />
+        <result property="remarks5"    column="remarks5"    />
+        <result property="remarks6"    column="remarks6"    />
+        <result property="remarks7"    column="remarks7"    />
+        <result property="remarks8"    column="remarks8"    />
+        <result property="remarks9"    column="remarks9"    />
+        <result property="remarks10"    column="remarks10"    />
+        <result property="remarks11"    column="remarks11"    />
+        <result property="remarks12"    column="remarks12"    />
+        <result property="remarks13"    column="remarks13"    />
+        <result property="remarks14"    column="remarks14"    />
+        <result property="remarks15"    column="remarks15"    />
+        <result property="remarks16"    column="remarks16"    />
     </resultMap>
 
     <sql id="selectTFurnancePressureVo">
-        select d.id, d.recorder, d.team, d.photo_url, d.status, d.furnance_name, d.record_time, d.pass1, d.pass2, d.pass3, d.pass4, d.pass5, d.pass6, d.pass7, d.pass8, d.pass9, d.pass10, d.pass11, d.pass12, d.pass13, d.pass14, d.pass15, d.pass16, d.dept_id, d.del_flag, d.create_by, d.create_time, d.update_by, d.update_time from t_furnance_pressure d
+        select d.id, d.recorder, d.team, d.photo_url, d.status, d.furnance_name, d.record_time,
+        d.pass1, d.pass2, d.pass3, d.pass4, d.pass5, d.pass6, d.pass7, d.pass8, d.pass9, d.pass10, d.pass11, d.pass12, d.pass13, d.pass14, d.pass15, d.pass16,
+        d.remarks1, d.remarks2, d.remarks3, d.remarks4, d.remarks5, d.remarks6, d.remarks7, d.remarks8, d.remarks9, d.remarks10, d.remarks11, d.remarks12, d.remarks13, d.remarks14, d.remarks15, d.remarks16,
+        d.dept_id, d.del_flag, d.create_by, d.create_time, d.update_by, d.update_time from t_furnance_pressure d
       left join sys_dept s on s.dept_id = d.dept_id
     </sql>
 
@@ -133,6 +152,22 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="pass14 != null">pass14,</if>
             <if test="pass15 != null">pass15,</if>
             <if test="pass16 != null">pass16,</if>
+            <if test="remarks1 != null">remarks1,</if>
+            <if test="remarks2 != null">remarks2,</if>
+            <if test="remarks3 != null">remarks3,</if>
+            <if test="remarks4 != null">remarks4,</if>
+            <if test="remarks5 != null">remarks5,</if>
+            <if test="remarks6 != null">remarks6,</if>
+            <if test="remarks7 != null">remarks7,</if>
+            <if test="remarks8 != null">remarks8,</if>
+            <if test="remarks9 != null">remarks9,</if>
+            <if test="remarks10 != null">remarks10,</if>
+            <if test="remarks11 != null">remarks11,</if>
+            <if test="remarks12 != null">remarks12,</if>
+            <if test="remarks13 != null">remarks13,</if>
+            <if test="remarks14 != null">remarks14,</if>
+            <if test="remarks15 != null">remarks15,</if>
+            <if test="remarks16 != null">remarks16,</if>
             <if test="deptId != null">dept_id,</if>
             <if test="delFlag != null">del_flag,</if>
             <if test="createBy != null">create_by,</if>
@@ -164,6 +199,22 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="pass14 != null">#{pass14},</if>
             <if test="pass15 != null">#{pass15},</if>
             <if test="pass16 != null">#{pass16},</if>
+            <if test="remarks1 != null">#{remarks1},</if>
+            <if test="remarks2 != null">#{remarks2},</if>
+            <if test="remarks3 != null">#{remarks3},</if>
+            <if test="remarks4 != null">#{remarks4},</if>
+            <if test="remarks5 != null">#{remarks5},</if>
+            <if test="remarks6 != null">#{remarks6},</if>
+            <if test="remarks7 != null">#{remarks7},</if>
+            <if test="remarks8 != null">#{remarks8},</if>
+            <if test="remarks9 != null">#{remarks9},</if>
+            <if test="remarks10 != null">#{remarks10},</if>
+            <if test="remarks11 != null">#{remarks11},</if>
+            <if test="remarks12 != null">#{remarks12},</if>
+            <if test="remarks13 != null">#{remarks13},</if>
+            <if test="remarks14 != null">#{remarks14},</if>
+            <if test="remarks15 != null">#{remarks15},</if>
+            <if test="remarks16 != null">#{remarks16},</if>
             <if test="deptId != null">#{deptId},</if>
             <if test="delFlag != null">#{delFlag},</if>
             <if test="createBy != null">#{createBy},</if>
@@ -198,6 +249,22 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="pass14 != null">pass14 = #{pass14},</if>
             <if test="pass15 != null">pass15 = #{pass15},</if>
             <if test="pass16 != null">pass16 = #{pass16},</if>
+            <if test="remarks1 != null">remarks1 = #{remarks1},</if>
+            <if test="remarks2 != null">remarks2 = #{remarks2},</if>
+            <if test="remarks3 != null">remarks3 = #{remarks3},</if>
+            <if test="remarks4 != null">remarks4 = #{remarks4},</if>
+            <if test="remarks5 != null">remarks5 = #{remarks5},</if>
+            <if test="remarks6 != null">remarks6 = #{remarks6},</if>
+            <if test="remarks7 != null">remarks7 = #{remarks7},</if>
+            <if test="remarks8 != null">remarks8 = #{remarks8},</if>
+            <if test="remarks9 != null">remarks9 = #{remarks9},</if>
+            <if test="remarks10 != null">remarks10 = #{remarks10},</if>
+            <if test="remarks11 != null">remarks11 = #{remarks11},</if>
+            <if test="remarks12 != null">remarks12 = #{remarks12},</if>
+            <if test="remarks13 != null">remarks13 = #{remarks13},</if>
+            <if test="remarks14 != null">remarks14 = #{remarks14},</if>
+            <if test="remarks15 != null">remarks15 = #{remarks15},</if>
+            <if test="remarks16 != null">remarks16 = #{remarks16},</if>
             <if test="deptId != null">dept_id = #{deptId},</if>
             <if test="delFlag != null">del_flag = #{delFlag},</if>
             <if test="createBy != null">create_by = #{createBy},</if>