|
@@ -43,6 +43,7 @@ public class ImGroupNoticeController extends BaseController {
|
|
|
public HttpResponseResult<Object> update(ImGroupNotice imGroupNotice ) {
|
|
|
imGroupNotice.setOperatorId(sysUserService.getUserId().longValue());
|
|
|
imGroupNotice.setUpdateTime(new Date());
|
|
|
+ imGroupNotice.setClientType("BACKEND");
|
|
|
imGroupNoticeService.modify(imGroupNotice);
|
|
|
return succeed();
|
|
|
}
|