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