|
|
@ -74,6 +74,7 @@ public class IcNoticeController { |
|
|
|
public Result sendNotice(@LoginUser TokenDto tokenDto, @RequestBody SendNoticeFormDTO formDTO) { |
|
|
|
ValidatorUtils.validateEntity(formDTO, DefaultGroup.class); |
|
|
|
formDTO.setCustomerId(tokenDto.getCustomerId()); |
|
|
|
formDTO.setStaffId(tokenDto.getUserId()); |
|
|
|
icNoticeService.sendNotice(formDTO); |
|
|
|
return new Result(); |
|
|
|
} |
|
|
|