Commit faf3d905 by 杨涛

fix 加逗号

parent 507564ae
......@@ -57,7 +57,7 @@
update weixin_clock_member
set
all_clock_day = all_clock_day + 1,
wechat_user_id = #{wechatUserId, jdbcType=BIGINT}
wechat_user_id = #{wechatUserId, jdbcType=BIGINT},
update_time = NOW()
where
wx_user_id = #{userWxId}
......
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