Xiahai 6 ヶ月 前
コミット
d5407a37f4

+ 1 - 1
application/admin/controller/qingdongams/department/Staff.php

@@ -61,7 +61,7 @@ class Staff extends  Base {
             list($where, $sort, $order, $offset, $limit) = $this->buildparams();
 
             $list = $this->model->with(['parent','admin','staffrole'])
-                ->where(['id' => ['!=', 1]])
+                ->where(['id' => ['neq', 1]])
                 ->where($where)->order($sort, $order)->paginate($limit);
             $row  = $list->items();