123
This commit is contained in:
@@ -269,8 +269,16 @@ public class CurrentUserManager {
|
||||
.set(User::getAvatarState, 1));
|
||||
vo.setAuditStatus(AuditStatusEnum.SUCCESS.getCode());
|
||||
imManager.updateImInfo(res.getUserId(),res.getAvatar(),null,null);
|
||||
try {
|
||||
anchorApplyService.checkAnchorAuto(user.getId());
|
||||
}catch (Exception e){
|
||||
log.error("检查是否自动主播失败!",e);
|
||||
}
|
||||
}
|
||||
return vo;
|
||||
}
|
||||
|
||||
@Autowired
|
||||
private AnchorApplyService anchorApplyService;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user