544782275@qq.com 4 年之前
父节点
当前提交
1977d68083
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/admin/controller/School.php

+ 1 - 1
app/admin/controller/School.php

@@ -42,7 +42,7 @@ class School extends Controller
     public function index()
     {
         $this->title = '学校信息管理';
-        $query = $this->_query($this->table)->where('is_deleted',0)->like('name')->equal('school_code,type,county_id');
+        $query = $this->_query($this->table)->where('is_deleted',0)->like('name')->equal('school_code,office_phone,type,county_id');
         $query->order('id desc')->page();
     }