Administrator
2025-05-16 2c046563d7ebcf827e6d1abad52e4a8cbee8489d
src/main/resources/mapper/modules/MallGoodsMapper.xml
@@ -271,6 +271,7 @@
        from mall_goods_comment a
        left join mall_member b on b.id = a.member_id
        <where>
                                       and a.show_state =1
            <if test="record != null">
                <if test="record.goodsId != null and record.goodsId != ''">
                    and a.goods_id=#{record.goodsId}