Browse Source

积分清零 设置更新时间

feature/screenDataPush
songyunpeng 4 years ago
parent
commit
1b8d661344
  1. 2
      esua-epdc/epdc-module/epdc-user/epdc-user-server/src/main/resources/mapper/UserDao.xml

2
esua-epdc/epdc-module/epdc-user/epdc-user-server/src/main/resources/mapper/UserDao.xml

@ -14,7 +14,7 @@
where ID = #{userId}
</update>
<update id="resetPoints">
update epdc_user set points = 0 where DEL_FLAG = '0'
update epdc_user set points = 0 where DEL_FLAG = '0' and UPDATED_TIME = now()
</update>
<delete id="deleteAuditFailureByOpenId">

Loading…
Cancel
Save