@ -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()
<delete id="deleteAuditFailureByOpenId">