1
This commit is contained in:
parent
437a893973
commit
d87f908843
@ -1781,7 +1781,7 @@ class Maintainentry extends BaseController
|
||||
if($user['householder_id']){
|
||||
$this->apiError('已有户主不能接收邀请');
|
||||
}else{
|
||||
$hz = Db::table('fa_szxc_information_usermsg')->where('user_id',$params['user_id'])->find();
|
||||
$hz = Db::table('fa_szxc_information_usermsg')->where('user_id',$params['hz_id'])->find();
|
||||
if(!$hz){
|
||||
$this->apiError('邀请人未找到');
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user