|
|
@ -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 |
|
|
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} |
|
|
where a.site = #{query.site} |
|
|
and a.active = 'Y' |
|
|
and a.active = 'Y' |
|
|
|
|
|
and a.show_in_query_flag = 'Y' |
|
|
and b.test_part_no is null |
|
|
and b.test_part_no is null |
|
|
and c.test_part_no is null |
|
|
and c.test_part_no is null |
|
|
and a.part_no not in |
|
|
and a.part_no not in |
|
|
|