解绑鉴权卡

This commit is contained in:
2023-11-28 16:39:39 +08:00
parent 3928f4d555
commit a24398fa44
6 changed files with 22 additions and 20 deletions

View File

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