xiaoyong931011
2023-09-27 ea33d20cf8f59acde652f66cbaa7e05fa1bc2be3
src/main/resources/mapper/modules/MallMemberCollectionMapper.xml
@@ -10,7 +10,7 @@
             ,goods.present_price
             ,goods.is_sale
        from mall_member_collection collection
            inner join mall_goods goods on collection.goods_id=goods.ID and goods.is_sales = 1
            inner join mall_goods goods on collection.goods_id=goods.ID and goods.is_sale = 1
        <where>
            <if test="record != null">
                <if test="record.memberId != null">