diff --git a/ruoyi-modules/ruoyi-goods/src/main/resources/mapper/goods/BrandMapper.xml b/ruoyi-modules/ruoyi-goods/src/main/resources/mapper/goods/BrandMapper.xml index aff89d087..422659c8d 100644 --- a/ruoyi-modules/ruoyi-goods/src/main/resources/mapper/goods/BrandMapper.xml +++ b/ruoyi-modules/ruoyi-goods/src/main/resources/mapper/goods/BrandMapper.xml @@ -2,8 +2,8 @@ - - + + @@ -26,7 +26,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" - + and parent_id = #{parentId} and name like concat('%', #{name}, '%') and level = #{level} diff --git a/ruoyi-modules/ruoyi-goods/src/main/resources/mapper/goods/ProductMapper.xml b/ruoyi-modules/ruoyi-goods/src/main/resources/mapper/goods/ProductMapper.xml index 1dfdbbeb5..01af364d8 100644 --- a/ruoyi-modules/ruoyi-goods/src/main/resources/mapper/goods/ProductMapper.xml +++ b/ruoyi-modules/ruoyi-goods/src/main/resources/mapper/goods/ProductMapper.xml @@ -2,8 +2,8 @@ - - + + @@ -37,7 +37,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" - + and product_id = #{productId} and out_sku_id = #{outSkuId} and price = #{price}