|
|
@ -270,8 +270,8 @@ |
|
|
dbo.plm_get_bu_desc(b.site, d.bu_no) as buDesc |
|
|
dbo.plm_get_bu_desc(b.site, d.bu_no) as buDesc |
|
|
FROM plm_change_request_detail a |
|
|
FROM plm_change_request_detail a |
|
|
left join plm_technical_specification_sheet as b on a.site = b.site and a.code_no = b.code_no |
|
|
left join plm_technical_specification_sheet as b on a.site = b.site and a.code_no = b.code_no |
|
|
left join plm_project_info c on b.site = b.site and b.project_id = c.project_id |
|
|
|
|
|
left join view_Project_final_Part d on b.site = d.site and b.test_part_no = d.test_part_no |
|
|
|
|
|
|
|
|
left join plm_project_info c on b.site = c.site and b.project_id = c.project_id |
|
|
|
|
|
left join view_Project_final_Part d on b.site = d.site and b.project_id = d.project_id and b.test_part_no = d.test_part_no |
|
|
left join part as p on a.site = p.site and a.part_no = p.ifs_part_no and p.show_in_query_flag = 'Y' |
|
|
left join part as p on a.site = p.site and a.part_no = p.ifs_part_no and p.show_in_query_flag = 'Y' |
|
|
where a.site = #{site} and a.change_no = #{changeNo} |
|
|
where a.site = #{site} and a.change_no = #{changeNo} |
|
|
</select> |
|
|
</select> |
|
|
|