Browse Source

2025-07-25

master
fengyuan_yang 6 months ago
parent
commit
6f91ddae43
  1. 6
      src/main/resources/mapper/sampleManagement/TechnicalSpecificationMapper.xml

6
src/main/resources/mapper/sampleManagement/TechnicalSpecificationMapper.xml

@ -2472,7 +2472,11 @@
b.plm_part_no as plmPartNo,
c.project_name as projectName,
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
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

Loading…
Cancel
Save