提交 b97f2c88 作者: 余乾开

真 · 删除账号

上级 a6e67ce4
......@@ -76,12 +76,22 @@
</where>
</update>
<update id="disableBackUserAccountDO">
update back_user_account
set disable = 1, account_no = #{accountNo}
where disable = 0
and id = #{id}
</update>
<!--
<update id="disableBackUserAccountDO">
update back_user_account
set disable = 1,
account_no = #{accountNo}
where disable = 0
and id = #{id}
</update>
-->
<delete id="disableBackUserAccountDO">
delete
from back_user_account
where id =
#{id}
</delete>
<update id="updatePassword">
update back_user_account
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论