shish il y a 3 ans
Parent
commit
cedd466975
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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) {
                     switch ($payWay) {