|
|
@ -87,7 +87,7 @@ public class GroupActInfoController { |
|
|
|
* @Date 2021/4/19 19:37 |
|
|
|
**/ |
|
|
|
@PostMapping("readlist") |
|
|
|
public Result<NoticeReadListResultDTO> queryReadList(@RequestBody @LoginUser TokenDto tokenDto, @RequestBody ActReadViewFormDTO actReadViewFormDTO){ |
|
|
|
public Result<NoticeReadListResultDTO> queryReadList(@LoginUser TokenDto tokenDto, @RequestBody ActReadViewFormDTO actReadViewFormDTO){ |
|
|
|
actReadViewFormDTO.setUserId(tokenDto.getUserId()); |
|
|
|
ValidatorUtils.validateEntity(actReadViewFormDTO,ActReadViewFormDTO.AddUserInternalGroup.class); |
|
|
|
return new Result<NoticeReadListResultDTO>().ok(groupActInfoService.queryReadList(actReadViewFormDTO)); |
|
|
|