From 726c6ae9b45195d5b79206ddff87cbdcf702d4a7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E7=82=AE?= <15856818120@163.com>
Date: Mon, 28 Apr 2025 14:25:48 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
search-tool/src/main/resources/mapper/TbSubPeopleMapper.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/search-tool/src/main/resources/mapper/TbSubPeopleMapper.xml b/search-tool/src/main/resources/mapper/TbSubPeopleMapper.xml
index 86d49f5..71c2d0d 100644
--- a/search-tool/src/main/resources/mapper/TbSubPeopleMapper.xml
+++ b/search-tool/src/main/resources/mapper/TbSubPeopleMapper.xml
@@ -52,8 +52,10 @@
left join tb_sub ts on tsp.sub_id = ts.id
where tsp.del_flag = 0
and tsp.user_name = #{userName}
+ and tsp.user_name = #{userName}
and tsp.title = #{title}
and tsp.diploma = #{diploma}
+ and tsp.sub_id = #{subId}