mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
解绑用户鉴权卡
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user