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/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