linwu 2 年之前
父节点
当前提交
21d5a8c9f6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/admin/controller/User.php

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

@@ -995,7 +995,7 @@ class User extends BaseController
         $data = ['nickname', 'gender', 'mobile', 'education', 'birthday', 'workexperience', 'jobintention',
                  'com_cate', 'emp_time', 'address', 'eduexperience'];
         $list = importExecl('2.xls', $data, 1);
-        halt($list);
+        
         $data           = [];
         $gender         = ['男' => 1, '女' => 2];
         $education      = ['初中' => 1, '高中' => 2, '中技' => 3, '中专' => 4, '大专' => 5, '本科' => 6, '硕士' => 7, '博士' => 8];