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