fixed
This commit is contained in:
@@ -67,6 +67,7 @@ class TychatLogic extends BaseLogic
|
||||
//查询广播客户端id
|
||||
$arr = Db::table('fa_ty_users')
|
||||
->where('username',$username)
|
||||
->where('clientid','neq',$client_id)
|
||||
->select();
|
||||
$clientid_arr = array_column($arr,'clientid');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user