Explorar o código

按名称查询积分商品

xgb hai 2 semanas
pai
achega
fccb114791

+ 1 - 1
fs-service/src/main/java/com/fs/his/mapper/FsIntegralGoodsMapper.java

@@ -85,7 +85,7 @@ public interface FsIntegralGoodsMapper
             "<if test = 'maps.goodsType != null and maps.goodsType != 0     '> " +
             "and g.goods_type = #{maps.goodsType}  " +
             "</if>" +
-            "<if test = 'maps.keyword != null and maps.keyword != '''> " +
+            "<if test=\"maps.keyword != null and maps.keyword != ''\"> " +
             "and g.goods_name like concat('%', #{maps.keyword}, '%')  " +
             "</if>" +
             " order by g.goods_id desc "+