From 834f4b42af823fc58c43ce99e330dbeb2b98df5d Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Mon, 22 Nov 2021 09:18:10 +0800
Subject: [PATCH] 保安员查询接口调整,排序按id 倒序排序
---
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 81d63c3..f40cc15 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
@@ -186,4 +186,9 @@
public void deleteUserByDeptId(String deptId) {
baseMapper.deleteUserByDeptId(deptId);
}
+
+ @Override
+ public String selJurchilder(String id) {
+ return baseMapper.selJurchilder(id);
+ }
}
--
Gitblit v1.9.3