|
@ -14,7 +14,7 @@ |
|
|
where ID = #{userId} |
|
|
where ID = #{userId} |
|
|
</update> |
|
|
</update> |
|
|
<update id="resetPoints"> |
|
|
<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> |
|
|
</update> |
|
|
|
|
|
|
|
|
<delete id="deleteAuditFailureByOpenId"> |
|
|
<delete id="deleteAuditFailureByOpenId"> |
|
|