edit-api-price_finance

This commit is contained in:
lccsw
2021-10-20 17:55:50 +08:00
parent 28b6e059c0
commit 5c05286b56
+6 -2
View File
@@ -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 测试用