fix
Hentua
2023-08-24 b48d191237e4102dbbd3ab43f8e51c4378f64c29
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>