fix
Hentua
2023-08-24 784ef9a3f01e6c398d97fcdbc9c7e91f0ded2ad1
src/main/resources/mapper/modules/MallMemberFootprintMapper.xml
@@ -2,7 +2,7 @@
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="cc.mrbird.febs.mall.mapper.MallMemberFootprintMapper">
    <select id="selectMemberCollectionListInPage" resultType="cc.mrbird.febs.mall.entity.MallMemberFootprint">
    <select id="selectMemberFootprintListInPage" resultType="cc.mrbird.febs.mall.entity.MallMemberFootprint">
        select
            footprint.*
             ,goods.goods_name goodsName
@@ -14,7 +14,7 @@
        <where>
            <if test="record != null">
                <if test="record.memberId != null">
                    and collection.member_id = #{record.memberId}
                    and footprint.member_id = #{record.memberId}
                </if>
            </if>
        </where>