卡列表

This commit is contained in:
sxu 2025-05-09 09:32:58 +08:00
parent 408aeeaf16
commit ea74665d9f
1 changed files with 0 additions and 1 deletions

View File

@ -43,7 +43,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<select id="selectAccCardList" parameterType="com.bonus.canteen.core.account.domain.AccCard" resultMap="AccCardResult">
<include refid="selectAccCardVo"/>
<where>
ac.card_status in (1,4,5)
<if test="userId != null "> and ac.user_id = #{userId}</if>
<if test="accId != null "> and ac.acc_id = #{accId}</if>
<if test="cardNum != null "> and ac.card_num = #{cardNum}</if>