From 33be5ced8e510ad33c93251d8c475d1fe143ec89 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Fri, 26 Nov 2021 17:28:39 +0800
Subject: [PATCH] 用户审查查询修改
---
src/main/java/org/springblade/modules/system/mapper/UserMapper.xml | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/main/java/org/springblade/modules/system/mapper/UserMapper.xml b/src/main/java/org/springblade/modules/system/mapper/UserMapper.xml
index 11635d5..9611e56 100644
--- a/src/main/java/org/springblade/modules/system/mapper/UserMapper.xml
+++ b/src/main/java/org/springblade/modules/system/mapper/UserMapper.xml
@@ -327,7 +327,8 @@
<select id="getNotAuditAllUserList" resultType="org.springblade.modules.system.entity.User">
select id, cardid
from blade_user
- where examination_type is null
+ where 1=1
+ and (examination_type is null or examination_type="" or examination_type=null)
</select>
<!--根据保安员编码查询保安信息-->
--
Gitblit v1.9.3