|
@@ -62,10 +62,6 @@
|
|
|
|
|
|
<update id="updateStatusById">
|
|
<update id="updateStatusById">
|
|
update proofread_issued set status = #{status}
|
|
update proofread_issued set status = #{status}
|
|
- <if test="status == '3'.toString">
|
|
|
|
- ,proc_ins_id = null
|
|
|
|
- ,process_definition_id = null
|
|
|
|
- </if>
|
|
|
|
where del_flag = 0 AND id = #{id}
|
|
where del_flag = 0 AND id = #{id}
|
|
</update>
|
|
</update>
|
|
|
|
|