123
This commit is contained in:
@@ -87,7 +87,7 @@ public class AnchorController extends BaseController {
|
||||
if(user == null){
|
||||
return R.fail("用户不存在");
|
||||
}
|
||||
anchorService.joinAnchor(user.getId());
|
||||
anchorService.joinAnchor(user.getId(),true);
|
||||
return R.ok();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user