From a64e8f4f3e4dd65c54c34d72d9a2bb168cf37bfe Mon Sep 17 00:00:00 2001
From: Aoi_Tori <2547614904@qq.com>
Date: Fri, 30 May 2025 13:49:31 +0800
Subject: [PATCH] 2025-5-30
---
.../TechnicalSpecificationMapper.xml | 87 ++++++++++++++++---
1 file changed, 73 insertions(+), 14 deletions(-)
diff --git a/src/main/resources/mapper/sampleManagement/TechnicalSpecificationMapper.xml b/src/main/resources/mapper/sampleManagement/TechnicalSpecificationMapper.xml
index 42d42e34..c2cc6e89 100644
--- a/src/main/resources/mapper/sampleManagement/TechnicalSpecificationMapper.xml
+++ b/src/main/resources/mapper/sampleManagement/TechnicalSpecificationMapper.xml
@@ -2522,13 +2522,20 @@
+ LEFT JOIN sys_user b
+ ON a.site = b.site AND a.applicant_id = b.username
+ LEFT JOIN plm_change_request_detail pcrd
+ ON a.site = pcrd.site AND a.change_no = pcrd.change_no
+ WHERE a.site = #{site}
+ AND a.show_in_query_flag = 'Y'
+ AND pcrd.code_no IN (SELECT code_no FROM TargetCode)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
update plm_technical_specification_sheet