|
|
@ -58,6 +58,7 @@ public class ResiEventController { |
|
|
|
ValidatorUtils.validateEntity(formDTO); |
|
|
|
return new Result<EventDetailResultDTO>().ok(resiEventService.eventDetail(formDTO, tokenDto)); |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* 我要报事-提交(尹) |
|
|
|
* |
|
|
@ -172,7 +173,8 @@ public class ResiEventController { |
|
|
|
formDTO.setUserId(tokenDto.getUserId()); |
|
|
|
ValidatorUtils.validateEntity(formDTO, UserMentionFormDTO.AddUserInternalGroup.class); |
|
|
|
return new Result<List<UserMentionResultDTO>>().ok(resiEventService.mentionList(formDTO)); |
|
|
|
}} |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* @Description 最新直报 |
|
|
|
* @Param userId |
|
|
@ -200,3 +202,4 @@ public class ResiEventController { |
|
|
|
resiEventService.closeResiEvent(formDTO); |
|
|
|
return new Result(); |
|
|
|
} |
|
|
|
} |