From 8ed174578754f40028a528d8d6f4750834e99795 Mon Sep 17 00:00:00 2001
From: tangzy <tangzy123456>
Date: Sat, 04 Dec 2021 16:54:42 +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