business add type=3 dis_money about fixbug

This commit is contained in:
qianhy
2023-03-10 11:58:32 +08:00
committed by lccsw
parent b36e39ec78
commit 41c245843d
-1
View File
@@ -90,7 +90,6 @@ class Business extends Wxapp{
$car['price_floor'] = $row['price_floor'];
$dis_money = $car['price_car'] - $car['price_floor'];
$biz['type'] == 3 && $dis_money = $dis_money - $row['proxy_profix_car'];
$dis_money = $dis_money - $car['proxy_profix_car'];
if($biz['id']==160){
$dis_money = 200000;
}