fix
Hentua
2023-08-24 784ef9a3f01e6c398d97fcdbc9c7e91f0ded2ad1
src/main/resources/mapper/modules/MallMemberFootprintMapper.xml
@@ -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>