1
phpcjl
2024-12-17 9fd62391c0d97c387eb94dda604453e8aec0933f
1
1个文件已修改
2 ■■■ 已修改文件
ruoyi-service/ruoyi-other/src/main/resources/mapper/other/GoodsMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | 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}