From 3432fad3ebcecd73d3d50fa8dfb7934cc61cfd06 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Mon, 16 Aug 2021 15:04:16 +0800
Subject: [PATCH] 保安员查询新增审查排序

---
 src/main/java/org/springblade/modules/information/service/impl/InformationServiceImpl.java |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/main/java/org/springblade/modules/information/service/impl/InformationServiceImpl.java b/src/main/java/org/springblade/modules/information/service/impl/InformationServiceImpl.java
index 9ab4448..8495187 100644
--- a/src/main/java/org/springblade/modules/information/service/impl/InformationServiceImpl.java
+++ b/src/main/java/org/springblade/modules/information/service/impl/InformationServiceImpl.java
@@ -151,6 +151,11 @@
 	}
 
 	@Override
+	public int selectExtypeUser() {
+		return baseMapper.selectExtypeUser();
+	}
+
+	@Override
 	public List<Map<Object, Object>> selectBx(String jurisdiction, String deptid,String type) {
 		return baseMapper.selectBx(jurisdiction, deptid,type);
 	}

--
Gitblit v1.9.3