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>