xiaoyong931011
2023-04-11 c947945f2c3631bd5fb4033f6a34fed6e4345c62
后台修改
1 files modified
1 ■■■■ changed files
src/main/resources/mapper/modules/MallGoodsMapper.xml 1 ●●●● patch | view | raw | blame | history
src/main/resources/mapper/modules/MallGoodsMapper.xml
@@ -223,6 +223,7 @@
        from mall_goods_comment a
        left join mall_member b on b.id = a.member_id
        <where>
            a.show_state = 1
            <if test="record != null">
                <if test="record.goodsId != null and record.goodsId != ''">
                    and a.goods_id=#{record.goodsId}