Browse Source

大屏新增议题详情接口

feature/user_house_import
liuchuang 4 years ago
parent
commit
9ac4b39cbd
  1. 1
      epdc-cloud-api/src/main/java/com/elink/esua/epdc/modules/news/controller/ApiNewsController.java
  2. 2
      epdc-cloud-client-yushan
  3. 2
      epdc-cloud-commons-yushan

1
epdc-cloud-api/src/main/java/com/elink/esua/epdc/modules/news/controller/ApiNewsController.java

@ -52,7 +52,6 @@ public class ApiNewsController {
* @date 2019/9/6 14:58
*/
@GetMapping("notice/detail/{noticeId}")
@RecordUserBehavior(behavior = BehaviorEnum.NOTICE_BROWSE, referenceId = "#{noticeId}", userId = "#{userDetail.getUserId}")
public Result<EpdcNoticeDetailResultDTO> getNoticeDetail(@LoginUser TokenDto userDetail, @PathVariable("noticeId") String noticeId) {
return newsService.getNoticeDetail(noticeId);
}

2
epdc-cloud-client-yushan

@ -1 +1 @@
Subproject commit d81d0d313a4556e4c6317e7924f98a8b0f6ce2ff
Subproject commit 492bcbd6a6d79fd19c7e1cd924d6a4a958cbee7c

2
epdc-cloud-commons-yushan

@ -1 +1 @@
Subproject commit 128c6a4bfb8087999b492a6febfdde984623fe3a
Subproject commit 7f85691f44d97e67e594213cbb7213350ce6c34b
Loading…
Cancel
Save