作者 lyh

gx

@@ -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'=>substr($v['mobile'],11), 118 + 'mobile'=>$v['mobile'],
119 'birthday'=>$v['birthday'], 119 'birthday'=>$v['birthday'],
120 'address'=>$v['address'], 120 'address'=>$v['address'],
121 'sex'=>$v['sex'], 121 'sex'=>$v['sex'],