Browse Source

1127

master
ruanqi 2 years ago
parent
commit
f278e3dca7
  1. 1
      src/main/resources/mapper/sampleManagement/TechnicalSpecificationMapper.xml

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

@ -88,6 +88,7 @@
,a.csOperater,dbo.get_userDisPlay(a.csOperater) csOperaterName
,a.dccOperater,dbo.get_userDisPlay(a.dccOperater) dccOperaterName,isnull(a.step_id,10) stepId,d.is_reject,a.pod,
a.mpOperator,dbo.get_userDisPlay(a.mpOperator) mpOperatorName
,dbo.get_technicalSpecificationTeamName(a.site,a.code_no,'technician') technician
FROM plm_technical_specification_sheet a
left join view_Project_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