From 269b7d3e853794aefb36fab0fe8390f325d57374 Mon Sep 17 00:00:00 2001
From: tangzy <tangzy123456>
Date: Sat, 04 Dec 2021 16:29:59 +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