edit-api-price_book

This commit is contained in:
lccsw
2022-02-14 11:57:47 +08:00
parent 196e238089
commit ce82bd7d87
+1
View File
@@ -192,6 +192,7 @@ class Series extends Wxapp{
'status' => 1
);
$car = $this->auto_cars_model->get($where_car,'',$city_id);
$biz_id == 70 && $car['price_book'] = 2000; //蕉城辉科写死定金
if(!$car){
throw new Exception('当前车型暂无库存', ERR_PARAMS_ERROR);
}