|
|
@ -40,6 +40,8 @@
|
|
|
|
<result property="orderType" column="order_type"/>
|
|
|
|
<result property="orderType" column="order_type"/>
|
|
|
|
<result property="orderTypeDesc" column="order_type_desc"/>
|
|
|
|
<result property="orderTypeDesc" column="order_type_desc"/>
|
|
|
|
<result property="remark" column="remark"/>
|
|
|
|
<result property="remark" column="remark"/>
|
|
|
|
|
|
|
|
<result property="remarkCode" column="remark_code"/>
|
|
|
|
|
|
|
|
<result property="bz" column="bz"/>
|
|
|
|
</resultMap>
|
|
|
|
</resultMap>
|
|
|
|
|
|
|
|
|
|
|
|
<sql id="selectQcCheckTaskIncomeVo">
|
|
|
|
<sql id="selectQcCheckTaskIncomeVo">
|
|
|
@ -47,7 +49,7 @@
|
|
|
|
supplier_code, supplier_name, income_time, check_loc, check_status, check_man_code,
|
|
|
|
supplier_code, supplier_name, income_time, check_loc, check_status, check_man_code,
|
|
|
|
check_man_name, check_time, check_result, status, attr1, attr2, attr3, attr4, create_by,
|
|
|
|
check_man_name, check_time, check_result, status, attr1, attr2, attr3, attr4, create_by,
|
|
|
|
create_time, update_by, update_time, factory_code, del_flag , check_type,sample_quality, noOk_quality,
|
|
|
|
create_time, update_by, update_time, factory_code, del_flag , check_type,sample_quality, noOk_quality,
|
|
|
|
order_type,order_type_desc,remark
|
|
|
|
order_type,order_type_desc,remark,attr3,remark_code,bz
|
|
|
|
from qc_check_task
|
|
|
|
from qc_check_task
|
|
|
|
</sql>
|
|
|
|
</sql>
|
|
|
|
|
|
|
|
|
|
|
@ -389,6 +391,9 @@
|
|
|
|
<if test="aNoOkquality != null">aNoOkquality,</if>
|
|
|
|
<if test="aNoOkquality != null">aNoOkquality,</if>
|
|
|
|
<if test="bNoOkquality != null">bNoOkquality,</if>
|
|
|
|
<if test="bNoOkquality != null">bNoOkquality,</if>
|
|
|
|
<if test="cNoOkquality != null">cNoOkquality,</if>
|
|
|
|
<if test="cNoOkquality != null">cNoOkquality,</if>
|
|
|
|
|
|
|
|
<if test="cxzz != null">cxzz,</if>
|
|
|
|
|
|
|
|
<if test="jgy != null">jgy,</if>
|
|
|
|
|
|
|
|
<if test="pgy != null">pgy,</if>
|
|
|
|
</trim>
|
|
|
|
</trim>
|
|
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
|
|
<if test="recordId != null">#{recordId},</if>
|
|
|
|
<if test="recordId != null">#{recordId},</if>
|
|
|
@ -448,6 +453,9 @@
|
|
|
|
<if test="aNoOkquality != null">#{aNoOkquality},</if>
|
|
|
|
<if test="aNoOkquality != null">#{aNoOkquality},</if>
|
|
|
|
<if test="bNoOkquality != null">#{bNoOkquality},</if>
|
|
|
|
<if test="bNoOkquality != null">#{bNoOkquality},</if>
|
|
|
|
<if test="cNoOkquality != null">#{cNoOkquality},</if>
|
|
|
|
<if test="cNoOkquality != null">#{cNoOkquality},</if>
|
|
|
|
|
|
|
|
<if test="cxzz != null">#{cxzz},</if>
|
|
|
|
|
|
|
|
<if test="jgy != null">#{jgy},</if>
|
|
|
|
|
|
|
|
<if test="pgy != null">#{pgy},</if>
|
|
|
|
</trim>
|
|
|
|
</trim>
|
|
|
|
</insert>
|
|
|
|
</insert>
|
|
|
|
|
|
|
|
|
|
|
@ -487,6 +495,9 @@
|
|
|
|
<if test="pgzr != null">pgzr = #{pgzr},</if>
|
|
|
|
<if test="pgzr != null">pgzr = #{pgzr},</if>
|
|
|
|
<if test="sfgyswt != null">sfgyswt = #{sfgyswt},</if>
|
|
|
|
<if test="sfgyswt != null">sfgyswt = #{sfgyswt},</if>
|
|
|
|
<if test="sccj != null">sccj = #{sccj},</if>
|
|
|
|
<if test="sccj != null">sccj = #{sccj},</if>
|
|
|
|
|
|
|
|
<if test="cxzz != null">cxzz = #{cxzz},</if>
|
|
|
|
|
|
|
|
<if test="jgy != null">jgy = #{jgy},</if>
|
|
|
|
|
|
|
|
<if test="pgy != null">pgy = #{pgy},</if>
|
|
|
|
check_result = #{checkResult},
|
|
|
|
check_result = #{checkResult},
|
|
|
|
update_by = #{updateBy},
|
|
|
|
update_by = #{updateBy},
|
|
|
|
update_time = #{updateTime}
|
|
|
|
update_time = #{updateTime}
|
|
|
@ -497,7 +508,7 @@
|
|
|
|
supplier_code, supplier_name, income_time, check_loc, check_status, check_man_code,
|
|
|
|
supplier_code, supplier_name, income_time, check_loc, check_status, check_man_code,
|
|
|
|
check_man_name, check_time, check_result, status, attr1, attr2, attr3, attr4, create_by,
|
|
|
|
check_man_name, check_time, check_result, status, attr1, attr2, attr3, attr4, create_by,
|
|
|
|
create_time, update_by, update_time, factory_code, del_flag , check_type,sample_quality, noOk_quality,
|
|
|
|
create_time, update_by, update_time, factory_code, del_flag , check_type,sample_quality, noOk_quality,
|
|
|
|
order_type,order_type_desc
|
|
|
|
order_type,order_type_desc,cxzz,jgy,pgy
|
|
|
|
from qc_check_task_cg
|
|
|
|
from qc_check_task_cg
|
|
|
|
where record_id = #{recordId}
|
|
|
|
where record_id = #{recordId}
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|