ruoyi-service/ruoyi-other/src/main/resources/mapper/other/GoodsMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ruoyi-service/ruoyi-other/src/main/resources/mapper/other/GoodsMapper.xml
@@ -40,7 +40,6 @@ <where> tg.del_flag = 0 <if test="goods.id != null"> <if test="goods.id != null"> and tg.id = #{goods.id} </if> <if test="goods.name != null and goods.name != ''"> @@ -54,7 +53,6 @@ </if> <if test="goods.status != null"> and tg.`status` = #{goods.status} </if> </if> </where> </select>