魏超 6 years ago
parent
commit
8e118f0ebf

+ 1
- 0
CODE/smart-community/app-api/src/main/java/com/community/huiju/controller/SocialController.java View File

@@ -46,6 +46,7 @@ public class SocialController {
46 46
     @ApiImplicitParams({ @ApiImplicitParam(paramType = "query", dataType = "Long", name = "communityId", value = "小区Id") })
47 47
     public ResponseBean SignActivity(@PathVariable(value = "communityId")Integer communityId){
48 48
         ResponseBean responseBean = new ResponseBean();
49
+
49 50
         return responseBean;
50 51
     }
51 52
     

+ 1
- 0
CODE/smart-community/app-api/src/main/java/com/community/huiju/service/SocialServiceI.java View File

@@ -14,6 +14,7 @@ import java.util.List;
14 14
 public interface SocialServiceI {
15 15
     TpAnnouncement findAnnouncementDetail(Integer id, Integer communityId);
16 16
 
17
+
17 18
 	/**
18 19
 	 * 分页获取公告列表
19 20
 	 * @param communityId