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/IInformationService.java |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/main/java/org/springblade/modules/information/service/IInformationService.java b/src/main/java/org/springblade/modules/information/service/IInformationService.java
index beedd0d..2d57ef4 100644
--- a/src/main/java/org/springblade/modules/information/service/IInformationService.java
+++ b/src/main/java/org/springblade/modules/information/service/IInformationService.java
@@ -197,4 +197,5 @@
 	 * @return
 	 */
 	List<ResponseVo> getSecurityHoldAndSoidAndDispatchGroupCountList(Integer type);
+	IPage selectBxc(IPage<List> page,String jurisdiction,String type);
 }

--
Gitblit v1.9.3