|
@@ -262,7 +262,7 @@ class Index extends Api
|
|
|
}
|
|
|
|
|
|
$info['pinpais']=Db::table('p_car_pinpai')->where('id',$info['pinpai'])->value('name');
|
|
|
- $info['chexings']=Db::table('p_car_chexing')->where('id',$info['chenxing'])->value('name');
|
|
|
+ $info['chexings']=Db::table('p_car_chexing')->where('id',$info['chexing'])->value('name');
|
|
|
|
|
|
$info['mobile']='15192908098';
|
|
|
$this->success('操作成功',$info);
|