From af7d7d61bfd6431e210b11d7d059265df60e8f34 Mon Sep 17 00:00:00 2001
From: cwchen <1048842385@qq.com>
Date: Thu, 30 Oct 2025 18:52:45 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8A=80=E6=9C=AF=E6=96=B9=E6=A1=88=E5=BA=93?=
=?UTF-8?q?=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/main/resources/mapper/TechnicalMapper.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/bonus-mainDatabase/src/main/resources/mapper/TechnicalMapper.xml b/bonus-mainDatabase/src/main/resources/mapper/TechnicalMapper.xml
index 8df9080..0643698 100644
--- a/bonus-mainDatabase/src/main/resources/mapper/TechnicalMapper.xml
+++ b/bonus-mainDatabase/src/main/resources/mapper/TechnicalMapper.xml
@@ -139,6 +139,7 @@
AND INSTR(tets.technical_name,#{technicalName}) > 0
+ AND tets.technical_solution_type_id = #{technicalSolutionTypeId}
AND tets.del_flag = '0'
GROUP BY
@@ -154,7 +155,7 @@