|
|
@@ -300,7 +300,7 @@ class OrderService extends BaseService
|
|
|
$currentPrice = $returnOrder->actPrice ?? 0;
|
|
|
$newDebt = bcadd($currentPrice, $outstanding, 2);
|
|
|
if (bccomp($newDebt, $debtLimit, 2) > 0) {
|
|
|
- util::fail('欠款已超' . $debtLimit . ',请先清账');
|
|
|
+ util::fail('待结款已超' . $debtLimit . ',请先结账');
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
@@ -991,4 +991,4 @@ class OrderService extends BaseService
|
|
|
return $saleRefund;
|
|
|
}
|
|
|
|
|
|
-}
|
|
|
+}
|