edit-licheb-limit

This commit is contained in:
lccsw
2022-10-13 15:52:14 +08:00
parent 5687052cd0
commit 543d862a2f
@@ -1085,6 +1085,14 @@ class CusorderV2 extends Wxapp
//判断金额
protected function ck_money($money_json, $srv_arr, $biz)
{
if($biz['id']==130){
$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;
$price_finance_limit = 1000;