From dc77da1aeaa154c7855c09f5b3c497fce21e7a36 Mon Sep 17 00:00:00 2001 From: lccsw <805383944@qq.com> Date: Fri, 23 Dec 2022 17:46:50 +0800 Subject: [PATCH] edit-licheb-money_limit2 --- api/controllers/wxapp/licheb/CusorderV2.php | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/api/controllers/wxapp/licheb/CusorderV2.php b/api/controllers/wxapp/licheb/CusorderV2.php index 89c79dc7..8ba3acc8 100644 --- a/api/controllers/wxapp/licheb/CusorderV2.php +++ b/api/controllers/wxapp/licheb/CusorderV2.php @@ -1119,12 +1119,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;