|
|
@ -315,6 +315,9 @@
|
|
|
|
<if test="remark != null">remark = #{remark},</if>
|
|
|
|
<if test="remark != null">remark = #{remark},</if>
|
|
|
|
<if test="reason != null">reason = #{reason},</if>
|
|
|
|
<if test="reason != null">reason = #{reason},</if>
|
|
|
|
<if test="bz != null">bz = #{bz},</if>
|
|
|
|
<if test="bz != null">bz = #{bz},</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}
|
|
|
@ -588,7 +591,10 @@
|
|
|
|
qct.check_result checkResult,
|
|
|
|
qct.check_result checkResult,
|
|
|
|
qct.income_time incomeTime,
|
|
|
|
qct.income_time incomeTime,
|
|
|
|
qct.check_loc checkLoc,
|
|
|
|
qct.check_loc checkLoc,
|
|
|
|
qct.remark
|
|
|
|
qct.remark,
|
|
|
|
|
|
|
|
qct.cxzz,
|
|
|
|
|
|
|
|
qct.jgy,
|
|
|
|
|
|
|
|
qct.pgy
|
|
|
|
from qc_check_task qct
|
|
|
|
from qc_check_task qct
|
|
|
|
left join pro_order_workorder pow on pow.workorder_code = qct.order_no and pow.del_flag = '0'
|
|
|
|
left join pro_order_workorder pow on pow.workorder_code = qct.order_no and pow.del_flag = '0'
|
|
|
|
where qct.record_id = #{recordId}
|
|
|
|
where qct.record_id = #{recordId}
|
|
|
|