update
This commit is contained in:
parent
216650831b
commit
ede6904ef3
@ -380,7 +380,7 @@ class VehicleController extends BaseApiController
|
||||
if(empty($vehicleContract)){
|
||||
return $this->success('没有数据,请申请');
|
||||
}
|
||||
if($vehicleContract['status'] == 3){
|
||||
if($vehicleContract['status'] == 2){
|
||||
if(!empty($vehicleContract['cars_info'])){
|
||||
$vehicleContract['cars_info'] = json_decode($vehicleContract['cars_info'],true);
|
||||
if(!empty($vehicleContract['cars_info'])){
|
||||
|
Loading…
x
Reference in New Issue
Block a user