huminmin
2026-04-25 a96948456e0a21ab33deeb2edfdd7ef343aec5bf
src/main/resources/mapper/technology/TechnologyRoutingMapper.xml
@@ -39,6 +39,9 @@
                <if test="c.productModelId != null">
                    and tr.product_model_id = #{c.productModelId}
                </if>
                <if test="c.model != null and c.model != ''">
                    and pm.model like concat('%', #{c.model}, '%')
                </if>
                <if test="c.bomId != null">
                    and tr.bom_id = #{c.bomId}
                </if>