edit-licheb-limit
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user