src/main/resources/mapper/modules/MallGoodsMapper.xml | ●●●●● patch | view | raw | blame | history |
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}