Browse Source

显示游客

doge 3 giờ trước cách đây
mục cha
commit
f7ce08ab4c
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      app/Services/UserService.php

+ 0 - 1
app/Services/UserService.php

@@ -45,7 +45,6 @@ class UserService extends BaseService
     public static function getWhere(array $search = []): array
     {
         $where = [];
-        $where[] = ['from', '<>', 2];
         if (isset($search['id']) && !empty($search['id'])) {
             $where[] = ['users.id', '=', $search['id']];
         }