From 5d19f731a7f3b9f55ebe66f6bcc2d1dae8870013 Mon Sep 17 00:00:00 2001
From: 颓废太子 <1098226878@qq.com>
Date: 星期三, 24 十一月 2021 10:26:07 +0800
Subject: [PATCH] Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity
---
service-report/src/main/java/com/java110/report/dao/IReportCommunityServiceDao.java | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/service-report/src/main/java/com/java110/report/dao/IReportCommunityServiceDao.java b/service-report/src/main/java/com/java110/report/dao/IReportCommunityServiceDao.java
index a15f49d..ec0f23e 100755
--- a/service-report/src/main/java/com/java110/report/dao/IReportCommunityServiceDao.java
+++ b/service-report/src/main/java/com/java110/report/dao/IReportCommunityServiceDao.java
@@ -5,6 +5,7 @@
import com.java110.dto.report.ReportRoomDto;
import java.util.List;
+import java.util.Map;
/**
* @ClassName ICommunityServiceDao
@@ -52,5 +53,5 @@
*
* @return
*/
- List<CommunityDto> getCommunitys(CommunityDto communityDto);
+ List<Map> getCommunitys(Map communityDto);
}
--
Gitblit v1.8.0