From 748bd2dff7201eea3adaa1adbd459be4f0cc75d3 Mon Sep 17 00:00:00 2001 From: zengh <123456> Date: Mon, 19 Jul 2021 11:38:28 +0800 Subject: [PATCH] 问题修复 --- src/main/java/org/springblade/modules/information/mapper/InformationMapper.java | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/src/main/java/org/springblade/modules/information/mapper/InformationMapper.java b/src/main/java/org/springblade/modules/information/mapper/InformationMapper.java index 7986587..45ee801 100644 --- a/src/main/java/org/springblade/modules/information/mapper/InformationMapper.java +++ b/src/main/java/org/springblade/modules/information/mapper/InformationMapper.java @@ -22,6 +22,7 @@ import org.springblade.modules.information.vo.InformationVO; import java.util.List; +import java.util.Map; /** * Mapper 接口 @@ -39,5 +40,9 @@ * @return */ List<InformationVO> selectInformationPage(IPage page, InformationVO information); - + void deleteIn(String creditcode); + void deleteSh(String creditcode); + void deleteMe(String creditcode); + Map selectCount(String departmentid); + List<Map<Object,String>> selectInCount(); } -- Gitblit v1.9.3