|
@@ -77,26 +77,26 @@ class Examine extends Controller
|
|
|
if($data['status']==2){
|
|
|
$info = Db::name('store_examine')->where('id',$data['id'])->find();
|
|
|
$member = [
|
|
|
- 'username'=>$info['name'],
|
|
|
- 'phone'=>$info['phone'],
|
|
|
+// 'username'=>$info['name'],
|
|
|
+// 'phone'=>$info['phone'],
|
|
|
'working'=>$info['c_id'],
|
|
|
'vip_level'=>1,
|
|
|
-// 'nature'=>$info['n_id'],
|
|
|
-// 'constellation'=>$info['constellation'],
|
|
|
-// 'hobby'=>$info['hobby'],
|
|
|
-// 'status'=>$info['hunshi'],
|
|
|
-// 'is_zinv'=>$info['is_zinv'],
|
|
|
-// 'zinv_sex'=>$info['zinv_sex'],
|
|
|
-// 'is_du'=>$info['is_du'],
|
|
|
-// 'children'=>$info['children'],
|
|
|
-// 'home'=>$info['home'],
|
|
|
-// 'is_car'=>$info['is_car'],
|
|
|
-// 'car_model'=>$info['car_model'],
|
|
|
-// 'fa_work'=>$info['fa_work'],
|
|
|
-// 'ma_work'=>$info['ma_work'],
|
|
|
-// 'graduation_school'=>$info['graduation_school'],
|
|
|
-// 'position'=>$info['position'],
|
|
|
-// 'income'=>$info['income'],
|
|
|
+ 'nature'=>$info['n_id'],
|
|
|
+ 'constellation'=>$info['constellation'],
|
|
|
+ 'hobby'=>$info['hobby'],
|
|
|
+ 'status'=>$info['hunshi'],
|
|
|
+ 'is_zinv'=>$info['is_zinv'],
|
|
|
+ 'zinv_sex'=>$info['zinv_sex'],
|
|
|
+ 'is_du'=>$info['is_du'],
|
|
|
+ 'children'=>$info['children'],
|
|
|
+ 'home'=>$info['home'],
|
|
|
+ 'is_car'=>$info['is_car'],
|
|
|
+ 'car_model'=>$info['car_model'],
|
|
|
+ 'fa_work'=>$info['fa_work'],
|
|
|
+ 'ma_work'=>$info['ma_work'],
|
|
|
+ 'graduation_school'=>$info['graduation_school'],
|
|
|
+ 'position'=>$info['position'],
|
|
|
+ 'income'=>$info['income'],
|
|
|
];
|
|
|
Db::name('store_member')->where('id',$info['mid'])->update($member);
|
|
|
}
|