From 734b5ea951a85edc5e6410debcd61c0adb6ae9b0 Mon Sep 17 00:00:00 2001
From: 陈昶聿 <chychen@nbjetron.com>
Date: 星期一, 08 六月 2026 14:58:55 +0800
Subject: [PATCH] 【市一】目前没有预出院状态,统一改成出院状态

---
 ruoyi-system/src/main/resources/mapper/system/SysUserDeptMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ruoyi-system/src/main/resources/mapper/system/SysUserDeptMapper.xml b/ruoyi-system/src/main/resources/mapper/system/SysUserDeptMapper.xml
index 3ebd0e5..cbb6490 100644
--- a/ruoyi-system/src/main/resources/mapper/system/SysUserDeptMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/system/SysUserDeptMapper.xml
@@ -71,7 +71,7 @@
             <if test="deptCode != null ">
                 and dept_code = #{deptCode}
             </if>
-            <if test="campusid != null ">
+            <if test="campusid != null and campusid != ''">
                 and campusid = #{campusid}
             </if>
     </select>

--
Gitblit v1.9.3