在Inventory新增后,使用料号导入功能时,数据需要加入是否展示的条件
@ -1436,6 +1436,7 @@
left join plm_project_part as c on a.site = c.site and a.ifs_part_no = c.test_part_no
where a.site = #{query.site}
and a.active = 'Y'
and a.show_in_query_flag = 'Y'
and b.test_part_no is null
and c.test_part_no is null
and a.part_no not in