|
|
@ -187,7 +187,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
where order_no = #{orderNo}
|
|
|
|
where order_no = #{orderNo}
|
|
|
|
</update>
|
|
|
|
</update>
|
|
|
|
<update id="updateWorkOrderBatchStatus">
|
|
|
|
<update id="updateWorkOrderBatchStatus">
|
|
|
|
update pro_order_workorder_batch set qc_stauts = #{status} where batch_code = #{incomeBatchNo}
|
|
|
|
update pro_order_workorder_batch set qc_status = #{status} where batch_code = #{incomeBatchNo}
|
|
|
|
</update>
|
|
|
|
</update>
|
|
|
|
|
|
|
|
|
|
|
|
<delete id="deleteQcCheckUnqualifiedById" parameterType="String">
|
|
|
|
<delete id="deleteQcCheckUnqualifiedById" parameterType="String">
|
|
|
|