ruoyi-service/ruoyi-other/src/main/resources/mapper/other/GoodsMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ruoyi-service/ruoyi-other/src/main/resources/mapper/other/GoodsMapper.xml
@@ -49,7 +49,7 @@ and tg.type = #{goods.type} </if> <if test="goods.goodsCategoryId != null"> and tg.goodsCategoryId = #{goods.goodsCategoryId} and tg.goods_category_id = #{goods.goodsCategoryId} </if> <if test="goods.status != null"> and tg.`status` = #{goods.status}