From f278e3dca7cfc1fda004328eeba542337ce74156 Mon Sep 17 00:00:00 2001 From: ruanqi Date: Fri, 7 Jun 2024 16:48:56 +0800 Subject: [PATCH] 1127 --- .../mapper/sampleManagement/TechnicalSpecificationMapper.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/mapper/sampleManagement/TechnicalSpecificationMapper.xml b/src/main/resources/mapper/sampleManagement/TechnicalSpecificationMapper.xml index d3fe8c18..c00aa13e 100644 --- a/src/main/resources/mapper/sampleManagement/TechnicalSpecificationMapper.xml +++ b/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