|
@@ -164,7 +164,7 @@ class Guild extends Api
|
|
|
}
|
|
|
|
|
|
//检查删除这个人的所有加入申请
|
|
|
- $joinData = model('Guildjoinin')->where('user_id',$this->auth->id)->where('status',0)->find();
|
|
|
+ $joinData = model('GuildJoinin')->where('user_id',$this->auth->id)->where('status',0)->find();
|
|
|
if (!empty($joinData)) {
|
|
|
$this->error('您已经申请加入了其他公会,需等待被拒或退出,才能创建公会');
|
|
|
}
|