shish 3 anni fa
parent
commit
9d01316e2f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app-pt/controllers/TestController.php

+ 1 - 1
app-pt/controllers/TestController.php

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