|
|
|
@ -39,6 +39,7 @@
|
|
|
|
|
<result property="sampleCode" column="sample_code"/>
|
|
|
|
|
<result property="orderType" column="order_type"/>
|
|
|
|
|
<result property="orderTypeDesc" column="order_type_desc"/>
|
|
|
|
|
<result property="remark" column="remark"/>
|
|
|
|
|
</resultMap>
|
|
|
|
|
|
|
|
|
|
<sql id="selectQcCheckTaskIncomeVo">
|
|
|
|
@ -46,7 +47,7 @@
|
|
|
|
|
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,
|
|
|
|
|
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,remark
|
|
|
|
|
from qc_check_task
|
|
|
|
|
</sql>
|
|
|
|
|
|
|
|
|
@ -313,6 +314,7 @@
|
|
|
|
|
<if test="cNoOkquality != null">cNoOkquality = #{cNoOkquality},</if>
|
|
|
|
|
<if test="incomeBatchNo != null">income_batch_no = #{incomeBatchNo},</if>
|
|
|
|
|
<if test="remark != null">remark = #{remark},</if>
|
|
|
|
|
<if test="remarkCode != null">remark_code = #{remarkCode},</if>
|
|
|
|
|
<if test="reason != null">reason = #{reason},</if>
|
|
|
|
|
<if test="bz != null">bz = #{bz},</if>
|
|
|
|
|
<if test="cxzz != null">cxzz = #{cxzz},</if>
|
|
|
|
@ -362,6 +364,7 @@
|
|
|
|
|
<if test="orderType != null">order_type,</if>
|
|
|
|
|
<if test="orderTypeDesc != null">order_type_desc,</if>
|
|
|
|
|
<if test="remark != null">remark,</if>
|
|
|
|
|
<if test="remarkCode != null">remark_code,</if>
|
|
|
|
|
<if test="reason != null">reason,</if>
|
|
|
|
|
<if test="bz != null">bz,</if>
|
|
|
|
|
<if test="startOA != null">start_oA,</if>
|
|
|
|
@ -420,6 +423,7 @@
|
|
|
|
|
<if test="orderType != null">#{orderType},</if>
|
|
|
|
|
<if test="orderTypeDesc != null">#{orderTypeDesc},</if>
|
|
|
|
|
<if test="remark != null">#{remark},</if>
|
|
|
|
|
<if test="remarkCode != null">#{remarkCode},</if>
|
|
|
|
|
<if test="reason != null">#{reason},</if>
|
|
|
|
|
<if test="bz != null">#{bz},</if>
|
|
|
|
|
<if test="startOA != null">#{startOA},</if>
|
|
|
|
@ -458,6 +462,7 @@
|
|
|
|
|
<if test="cNoOkquality != null">cNoOkquality = #{cNoOkquality},</if>
|
|
|
|
|
<if test="incomeBatchNo != null">income_batch_no = #{incomeBatchNo},</if>
|
|
|
|
|
<if test="remark != null">remark = #{remark},</if>
|
|
|
|
|
<if test="remarkCode != null">remark_code = #{remarkCode},</if>
|
|
|
|
|
<if test="reason != null">reason = #{reason},</if>
|
|
|
|
|
<if test="bz != null">bz = #{bz},</if>
|
|
|
|
|
<if test="startOA != null">start_oA = #{startOA},</if>
|
|
|
|
@ -592,6 +597,7 @@
|
|
|
|
|
qct.income_time incomeTime,
|
|
|
|
|
qct.check_loc checkLoc,
|
|
|
|
|
qct.remark,
|
|
|
|
|
qct.remark_code remarkCode,
|
|
|
|
|
qct.cxzz,
|
|
|
|
|
qct.jgy,
|
|
|
|
|
qct.pgy
|
|
|
|
@ -621,6 +627,7 @@
|
|
|
|
|
qct.income_time incomeTime,
|
|
|
|
|
qct.check_loc checkLoc,
|
|
|
|
|
qct.remark,
|
|
|
|
|
qct.remark_code remarkCode,
|
|
|
|
|
qct.czbjr,
|
|
|
|
|
qct.zcf,
|
|
|
|
|
qct.zcoemcm,
|
|
|
|
|