songxingwei 3 years ago
parent
commit
4cc4e0be8c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/admin/controller/MainProject.php

+ 1 - 1
application/admin/controller/MainProject.php

@@ -109,7 +109,7 @@ class MainProject extends Controller
 
         $template = Db::name('system_template')->where('is_del',1)->field('id,title')->select();
         dump($template);
-        $this->template = array_merge(['id' => '', 'title' => '--全部--'],$template );
+        $this->template = array_merge([['id' => '', 'title' => '--全部--']],$template );
         dump($this->template);
         //省
         $province = Db::name('system_area')->where('level',1)->select();