liyong
5 天以前 bd02d873d7bbcae36a2a1262d921f2fc6b0cce09
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>