解绑用户鉴权卡

This commit is contained in:
2023-11-29 15:05:54 +08:00
parent b17e41cf16
commit edb3194453
2 changed files with 6 additions and 13 deletions

View File

@@ -126,7 +126,6 @@
<include refid="Base_Column_List"/>
from pile_auth_card
where del_flag = '0'
and status = '1'
<if test="memberId != null and memberId != ''">
and member_id = #{memberId,jdbcType=VARCHAR}
</if>