Administrator
3 days ago 41d6b4e7a84e8dc752949f9bcfc405050adb2cea
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
            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">