|
...
|
...
|
@@ -115,7 +115,7 @@ class ImportManager extends Command |
|
|
|
'manage_id'=>0,
|
|
|
|
'name'=>$v['name'],
|
|
|
|
'id_card'=>$v['id_card'],
|
|
|
|
'mobile'=>$v['mobile'],
|
|
|
|
'mobile'=>substr($v['mobile'],11),
|
|
|
|
'birthday'=>$v['birthday'],
|
|
|
|
'address'=>$v['address'],
|
|
|
|
'sex'=>$v['sex'],
|
|
...
|
...
|
@@ -139,7 +139,7 @@ class ImportManager extends Command |
|
|
|
'dangzhibu'=>$v['dangzhibu'],
|
|
|
|
'dang_address'=>$v['dang_address'],
|
|
|
|
'join_date'=>$v['join_date'],
|
|
|
|
'status'=>($v['status'] == '在职') ? 1 : 2,
|
|
|
|
'status'=> 2,
|
|
|
|
'computer_account'=>$v['computer_account'],
|
|
|
|
'qq_account'=>$v['qq_account']
|
|
|
|
];
|
...
|
...
|
|