shish преди 5 години
родител
ревизия
4e9de9efd5
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      biz-ghs/order/services/OrderService.php

+ 1 - 1
biz-ghs/order/services/OrderService.php

@@ -518,7 +518,7 @@ class OrderService extends BaseService
             $custom->isDebt = CustomClass::IS_DEBT_YES;
             $custom->isDebt = CustomClass::IS_DEBT_YES;
             $debtLimit = $custom->debtLimit ?? 0;
             $debtLimit = $custom->debtLimit ?? 0;
             if ($custom->debtAmount > $debtLimit) {
             if ($custom->debtAmount > $debtLimit) {
-                util::fail("您已欠款{$custom->debtAmount},店小资金短缺,请先结款哦");
+                util::fail("您已欠款{$custom->debtAmount},请先结款哦");
             }
             }
             $currentDebtAmount = bcadd($custom->debtAmount, $realPrice, 2);
             $currentDebtAmount = bcadd($custom->debtAmount, $realPrice, 2);
             $custom->debtAmount = $currentDebtAmount;
             $custom->debtAmount = $currentDebtAmount;