魏超 6 лет назад
Родитель
Сommit
8e118f0ebf

+ 1
- 0
CODE/smart-community/app-api/src/main/java/com/community/huiju/controller/SocialController.java Просмотреть файл

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

+ 1
- 0
CODE/smart-community/app-api/src/main/java/com/community/huiju/service/SocialServiceI.java Просмотреть файл

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