|
@@ -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>
|