shish hai 1 día
pai
achega
df9799c4e4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      biz-ghs/order/classes/RefundOrderClass.php

+ 1 - 1
biz-ghs/order/classes/RefundOrderClass.php

@@ -324,7 +324,7 @@ class RefundOrderClass extends BaseClass
                 $currentRemainDebt = bcsub($order->remainDebtPrice, $refundPrice, 2);
                 if ($currentRemainDebt < 0) {
                     if ($order->remainDebtPrice > 0) {
-                        util::fail('剩余欠款不够退');
+                        util::fail('剩余欠款不够退,请先结清欠款');
                     }
                     util::fail('退款金额有问题');
                 }