shish 3 лет назад
Родитель
Сommit
cedd466975
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      biz-ghs/stat/classes/StatKdClass.php

+ 1 - 1
biz-ghs/stat/classes/StatKdClass.php

@@ -280,7 +280,7 @@ class StatKdClass extends BaseClass
                     }
 
                     //付订金的情况!!
-                    $currentAmount = $debtPrice > 0 ? bcsub($actPrice, $debtPrice, 2) : $actPrice;
+                    $currentAmount = $debtPrice > 0 ? bcsub($mainPay, $debtPrice, 2) : $mainPay;
 
                     //使用非在线支付
                     switch ($payWay) {