From cb8b5cb7082df9d22ba5ec11814f5eb416a998be Mon Sep 17 00:00:00 2001
From: fl <3098731433@qq.com>
Date: Wed, 9 Apr 2025 14:48:55 +0800
Subject: [PATCH] =?UTF-8?q?=E4=B8=8B=E6=8B=89=E6=A1=86=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/main/resources/mappers/system/SelectMapper.xml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/src/main/resources/mappers/system/SelectMapper.xml b/src/main/resources/mappers/system/SelectMapper.xml
index befaa8b..051974c 100644
--- a/src/main/resources/mappers/system/SelectMapper.xml
+++ b/src/main/resources/mappers/system/SelectMapper.xml
@@ -37,7 +37,10 @@
t.gx_name as name
from tb_gx t
- major_id = #{pid} and is_active = '1'
+ is_active = '1'
+
+ and major_id = #{pid}
+