Commit 453184f2 by qwmqiuwenmin

fix

parent 35d3bb0d
......@@ -233,7 +233,7 @@
update tab_haoban_external_clerk_related
set
status_flag = 2,
update_time = #{updateTime,jdbcType=TIMESTAMP}
update_time = now()
where external_user_id = #{externalUserId,jdbcType=VARCHAR}
and wx_user_id = #{wxUserId}
and status_flag = 1
......@@ -243,7 +243,7 @@
update tab_haoban_external_clerk_related
set
status_flag = 2,
update_time = #{updateTime,jdbcType=TIMESTAMP}
update_time = now()
where clerk_id = #{clerkId,jdbcType=VARCHAR}
and staff_id = #{staffId}
and status_flag = 1
......
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