|
|
@ -2472,7 +2472,11 @@ |
|
|
b.plm_part_no as plmPartNo, |
|
|
b.plm_part_no as plmPartNo, |
|
|
c.project_name as projectName, |
|
|
c.project_name as projectName, |
|
|
a.document_source as documentSource, |
|
|
a.document_source as documentSource, |
|
|
a.url_file |
|
|
|
|
|
|
|
|
a.url_file, |
|
|
|
|
|
a.stage, |
|
|
|
|
|
a.label_length, |
|
|
|
|
|
a.label_width, |
|
|
|
|
|
a.radius |
|
|
FROM plm_technical_specification_sheet a |
|
|
FROM plm_technical_specification_sheet a |
|
|
left join view_Project_final_Part b on a.site = b.site and a.project_id = b.project_id and a.test_part_no = b.test_part_no |
|
|
left join view_Project_final_Part b on a.site = b.site and a.project_id = b.project_id and a.test_part_no = b.test_part_no |
|
|
left join plm_project_info c on a.site = c.site and a.project_id = c.project_id |
|
|
left join plm_project_info c on a.site = c.site and a.project_id = c.project_id |
|
|
|