chenhao 4 年之前
父節點
當前提交
304eb4a166
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      application/admin/controller/Users.php

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

@@ -379,7 +379,7 @@ class Users extends Backend
                     $resutl[$currentRow][] = '第'.$currentRow.'行在职制教育毕业学校及专业不能为空';
                 }
                 if ($values[66] == '') {
-                    $resutl[$currentRow][] = '第'.$currentRow.'行单位不能为空';
+                    $resutl[$currentRow][] = '第'.$currentRow.'行单位不能为空';
                 } else {
                     if ($values[66] != '无') {
                         $arr = explode('-',$values[66]);