shish 3 سال پیش
والد
کامیت
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) {