chenhj
2026-04-24 b5f260b2364fad1e74a7eb1f5985268056e3a9e7
src/main/resources/mapper/technology/TechnologyRoutingMapper.xml
@@ -47,15 +47,6 @@
                </if>
                <if test="c.description != null and c.description != ''">
                    and tr.description like concat('%', #{c.description}, '%')
                </if>
                <if test="c.model != null and c.model != ''">
                    and pm.model like concat('%', #{c.model}, '%')
                </if>
                <if test="c.productName != null and c.productName != ''">
                    and p.product_name like concat('%', #{c.productName}, '%')
                </if>
                <if test="c.bomNo != null and c.bomNo != ''">
                    and tb.bom_no like concat('%', #{c.bomNo}, '%')
                </if>
            </if>
        </where>