正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
| @@ -115,7 +115,7 @@ class ImportManager extends Command | @@ -115,7 +115,7 @@ class ImportManager extends Command | ||
| 115 | 'manage_id'=>0, | 115 | 'manage_id'=>0, |
| 116 | 'name'=>$v['name'], | 116 | 'name'=>$v['name'], |
| 117 | 'id_card'=>$v['id_card'], | 117 | 'id_card'=>$v['id_card'], |
| 118 | - 'mobile'=>$v['mobile'], | 118 | + 'mobile'=>substr($v['mobile'],11), |
| 119 | 'birthday'=>$v['birthday'], | 119 | 'birthday'=>$v['birthday'], |
| 120 | 'address'=>$v['address'], | 120 | 'address'=>$v['address'], |
| 121 | 'sex'=>$v['sex'], | 121 | 'sex'=>$v['sex'], |
| @@ -139,7 +139,7 @@ class ImportManager extends Command | @@ -139,7 +139,7 @@ class ImportManager extends Command | ||
| 139 | 'dangzhibu'=>$v['dangzhibu'], | 139 | 'dangzhibu'=>$v['dangzhibu'], |
| 140 | 'dang_address'=>$v['dang_address'], | 140 | 'dang_address'=>$v['dang_address'], |
| 141 | 'join_date'=>$v['join_date'], | 141 | 'join_date'=>$v['join_date'], |
| 142 | - 'status'=>($v['status'] == '在职') ? 1 : 2, | 142 | + 'status'=> 2, |
| 143 | 'computer_account'=>$v['computer_account'], | 143 | 'computer_account'=>$v['computer_account'], |
| 144 | 'qq_account'=>$v['qq_account'] | 144 | 'qq_account'=>$v['qq_account'] |
| 145 | ]; | 145 | ]; |
-
请 注册 或 登录 后发表评论