xiaoyong931011
2023-07-20 a1159976975857e0dfb48a45a9a848693bc0d262
src/main/resources/mapper/modules/MallMemberMapper.xml
@@ -407,4 +407,13 @@
        where a.open_id = #{openId} limit 1
    </select>
    <select id="findMallRollPerkInPage" resultType="cc.mrbird.febs.mall.entity.MallRollPerk">
        select * from mall_roll_perk
        where member_id = #{record.memberId}
          and roll_id = #{record.rollId}
        <if test="record.state != null and record.state != ''">
            and state = #{record.state}
        </if>
    </select>
</mapper>