Commit ece4bef3 by fudahua

离职继承

parent 00439fee
......@@ -153,7 +153,7 @@
<update id="addCount">
update tab_haoban_handover_transfer
set
external_count += ${count},
external_count =external_count+${count},
update_time = now()
where handover_transfer_id = #{id}
</update>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment