解绑用户鉴权卡

This commit is contained in:
2023-11-29 14:27:18 +08:00
parent 1c8a134734
commit 5aaca3418c
2 changed files with 6 additions and 5 deletions

View File

@@ -140,7 +140,7 @@
<update id="unBindingCard">
update pile_auth_card
set status = '9', del_flag = '1'
set status = '9'
where member_id = #{memberId,jdbcType=VARCHAR}
and logic_card = #{logicCard,jdbcType=VARCHAR}
</update>