diff --git a/api/controllers/wxapp/licheb/Cusorder.php b/api/controllers/wxapp/licheb/Cusorder.php index 06e2683d..e0cee147 100644 --- a/api/controllers/wxapp/licheb/Cusorder.php +++ b/api/controllers/wxapp/licheb/Cusorder.php @@ -172,8 +172,12 @@ class Cusorder extends Wxapp{ 'price_fine' => $car_row['price_fine'], ]; if(!$payway){ - $orders_entity = new Orders_entity(); - $money_json['price_finance'] = $orders_entity::PRICE_FINANCE; + if($series_row['brand_id']==4){ //哪吒品牌 金融服务费2000 + $money_json['price_finance'] = 2000; + }else{ + $orders_entity = new Orders_entity(); + $money_json['price_finance'] = $orders_entity::PRICE_FINANCE; + } } //获取挂牌价 if($series_row['brand_id']==3){ //狸车品牌写死挂牌费用0.01 测试用