Commit 25a45c91 authored by unset's avatar unset

添加通知信息

parent eedcfc9a
...@@ -26,7 +26,7 @@ public class NoticeInfoWebController extends BaseController<NoticeInfoBiz,Notice ...@@ -26,7 +26,7 @@ public class NoticeInfoWebController extends BaseController<NoticeInfoBiz,Notice
@GetMapping(value = "getAllByUser") @GetMapping(value = "getAllByUser")
public ObjectRestResponse getUserList(NoticeInfoDto noticeInfoDto) { public ObjectRestResponse getUserList(NoticeInfoDto noticeInfoDto) {
noticeInfoDto.setUserId(getAppUser().getUserid()); noticeInfoDto.setUserId(Integer.parseInt(getCurrentUserId()));
return baseBiz.getByUserId(noticeInfoDto); return baseBiz.getByUserId(noticeInfoDto);
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment