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>