瀏覽代碼

显示游客

doge 3 小時之前
父節點
當前提交
f7ce08ab4c
共有 1 個文件被更改,包括 0 次插入1 次删除
  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']];
         }