卡列表
This commit is contained in:
parent
408aeeaf16
commit
ea74665d9f
|
|
@ -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">
|
<select id="selectAccCardList" parameterType="com.bonus.canteen.core.account.domain.AccCard" resultMap="AccCardResult">
|
||||||
<include refid="selectAccCardVo"/>
|
<include refid="selectAccCardVo"/>
|
||||||
<where>
|
<where>
|
||||||
ac.card_status in (1,4,5)
|
|
||||||
<if test="userId != null "> and ac.user_id = #{userId}</if>
|
<if test="userId != null "> and ac.user_id = #{userId}</if>
|
||||||
<if test="accId != null "> and ac.acc_id = #{accId}</if>
|
<if test="accId != null "> and ac.acc_id = #{accId}</if>
|
||||||
<if test="cardNum != null "> and ac.card_num = #{cardNum}</if>
|
<if test="cardNum != null "> and ac.card_num = #{cardNum}</if>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue