Commit 00439fee by fudahua

离职继承

parent 7cd5981e
......@@ -153,9 +153,9 @@
<update id="addCount">
update tab_haoban_handover_transfer
set
external_count += #{count},
external_count += ${count},
update_time = now()
where handover_transfer_id = #{id,jdbcType=VARCHAR}
where handover_transfer_id = #{id}
</update>
<select id="listTransferByStoreId" resultMap="BaseResultMap">
......
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