From 331c6391ade50d77db967bcba45de8b4b97342f6 Mon Sep 17 00:00:00 2001
From: tangzy <tangzy123456>
Date: Sat, 13 Nov 2021 14:54:24 +0800
Subject: [PATCH] 1.统计
---
src/main/java/org/springblade/modules/system/mapper/DeptMapper.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/java/org/springblade/modules/system/mapper/DeptMapper.xml b/src/main/java/org/springblade/modules/system/mapper/DeptMapper.xml
index d1ff6bd..2874a31 100644
--- a/src/main/java/org/springblade/modules/system/mapper/DeptMapper.xml
+++ b/src/main/java/org/springblade/modules/system/mapper/DeptMapper.xml
@@ -445,7 +445,7 @@
sj.id = si.jurisdiction
WHERE
1=1
- and si.stats != 4
+ and si.stats !=3
AND dept.is_deleted = 0
<if test="jurisdiction!=null and jurisdiction!='' and jurisdiction!='1372091709474910209'">
and (sj.id = #{jurisdiction} or sj.parent_id = #{jurisdiction})
--
Gitblit v1.9.3