1
phpcjl
2024-12-17 712a745a481c5ecb642741b10e5fc44b779aebbf
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
@@ -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>