edit-licheb-edit_order

This commit is contained in:
lccsw
2022-10-19 17:11:19 +08:00
parent cdfdf8ba71
commit 20a023b784
+1 -1
View File
@@ -1101,7 +1101,7 @@ class CusorderV2 extends Wxapp
//判断金额
protected function ck_money($money_json, $srv_arr, $biz)
{
if($biz['id']==130){
if($biz['id']==160){
$ff_price = $money_json['fee_carno'] + $money_json['price_finance'];
if($ff_price>0){
return true;