feat: 移除了 UserLists 类中的空搜索条件
This commit is contained in:
parent
3278755dd4
commit
3ae5eab678
@ -43,7 +43,6 @@ class UserLists extends BaseAdminDataLists implements ListsSearchInterface
|
||||
if($street){
|
||||
$uid=UserAddress::where('street',$street)->group('uid')->column('uid');
|
||||
if($uid){
|
||||
$this->searchWhere=[];
|
||||
$this->searchWhere[]=['id','in',$uid];
|
||||
}else{
|
||||
return [];
|
||||
|
Loading…
x
Reference in New Issue
Block a user