gc-shop/src/main/resources/mapper/shop/ScoreGoodsMapper.xml | ●●●●● patch | view | raw | blame | history |
gc-shop/src/main/resources/mapper/shop/ScoreGoodsMapper.xml
@@ -46,7 +46,7 @@ <where> a.del_flag=0 and a.is_sale=1 <if test="record.name != null and record.name != ''"> and a.name like CONCAT(CONCAT(#{record.name}, "%"), "%") and a.name like concat('%',#{record.name},'%') </if> <if test="record.id != null and record.id != ''"> and a.id=#{record.id}