From 4ac45fdadbe394776489c7f9b8e21e19ac3d373f Mon Sep 17 00:00:00 2001
From: 吴学文 <wuxuewen@wuxuewendeMacBook-Pro.local>
Date: 星期三, 22 五月 2019 23:32:17 +0800
Subject: [PATCH] 房屋售卖 业主退房 二次售卖功能开发测试完成

---
 java110-core/src/main/java/com/java110/core/smo/community/ICommunityInnerServiceSMO.java |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/java110-core/src/main/java/com/java110/core/smo/community/ICommunityInnerServiceSMO.java b/java110-core/src/main/java/com/java110/core/smo/community/ICommunityInnerServiceSMO.java
index 6215bf7..7b59086 100644
--- a/java110-core/src/main/java/com/java110/core/smo/community/ICommunityInnerServiceSMO.java
+++ b/java110-core/src/main/java/com/java110/core/smo/community/ICommunityInnerServiceSMO.java
@@ -3,7 +3,6 @@
 
 import com.java110.core.feign.FeignConfiguration;
 import com.java110.dto.CommunityMemberDto;
-import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.cloud.netflix.feign.FeignClient;
 import org.springframework.web.bind.annotation.RequestBody;
 import org.springframework.web.bind.annotation.RequestMapping;
@@ -33,4 +32,13 @@
      */
     @RequestMapping(value = "/getCommunityMembers", method = RequestMethod.POST)
     List<CommunityMemberDto> getCommunityMembers(@RequestBody CommunityMemberDto communityMemberDto);
+
+    /**
+     * 鏌ヨ灏忓尯鎴愬憳鏁伴噺
+     *
+     * @param communityMemberDto 灏忓尯鎴愬憳鏁版嵁灏佽
+     * @return CommunityMemberDto 鏁版嵁
+     */
+    @RequestMapping(value = "/getCommunityMemberCount", method = RequestMethod.POST)
+    int getCommunityMemberCount(@RequestBody CommunityMemberDto communityMemberDto);
 }

--
Gitblit v1.8.0