edit-liche-money_limit

This commit is contained in:
lccsw
2022-12-21 16:32:28 +08:00
parent 63489aeb08
commit 24f96333ad
+7 -6
View File
@@ -1115,12 +1115,13 @@ class CusorderV2 extends Wxapp
protected function ck_money($money_json, $srv_arr, $biz)
{
if($biz['id']==160){
$ff_price = $money_json['fee_carno'] + $money_json['price_finance'];
if($ff_price>0){
return true;
}else{
throw new Exception('上牌和金融不得低于0', ERR_PARAMS_ERROR);
}
return true;
// $ff_price = $money_json['fee_carno'] + $money_json['price_finance'];
// if($ff_price>0){
// return true;
// }else{
// throw new Exception('上牌和金融不得低于0', ERR_PARAMS_ERROR);
// }
}
if ($biz['id'] == 70) {
$fee_carno_limit = 700;