From 30df94c05573a426d030510d4dd58ae1d93bfb7a Mon Sep 17 00:00:00 2001
From: tangzy <tangzy123456>
Date: Mon, 06 Dec 2021 14:03:37 +0800
Subject: [PATCH] 1.资格审查排序
---
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 f5142e8..a018c85 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
@@ -436,4 +436,9 @@
public List<ResponseVo> getSecurityHoldAndSoidAndDispatchGroupCountList(Integer type) {
return baseMapper.getSecurityHoldAndSoidAndDispatchGroupCountList(type);
}
+
+ @Override
+ public IPage selectBxc(IPage page,String jurisdiction,String type) {
+ return page.setRecords(baseMapper.selectBxc(page,jurisdiction,type));
+ }
}
--
Gitblit v1.9.3