|
@@ -37,8 +37,7 @@ public class ImGroupNoticeController extends BaseController {
|
|
if(sysUser == null){
|
|
if(sysUser == null){
|
|
return failed("获取用户信息失败");
|
|
return failed("获取用户信息失败");
|
|
}
|
|
}
|
|
- imGroupNotice.setOperatorId(sysUser.getId().longValue());
|
|
|
|
- return succeed();
|
|
|
|
|
|
+ return succeed(imGroupNoticeService.insert(imGroupNotice));
|
|
}
|
|
}
|
|
|
|
|
|
@ApiOperation(value = "修改")
|
|
@ApiOperation(value = "修改")
|