|
|
@@ -37,13 +37,13 @@ class GhsClass extends BaseClass
|
|
|
$customName = $custom->name ?? '';
|
|
|
if ($ghs->balance != $custom->balance) {
|
|
|
noticeUtil::push("账单异常 {$ghsName} {$customName}", '15280215347');
|
|
|
- util::fail('账单异常,请联系门店');
|
|
|
+ util::fail('账单异常,请稍候再试');
|
|
|
}
|
|
|
if ($ghs->balance < 0) {
|
|
|
$remain = PurchaseClass::sum(['ghsId' => $ghsId, 'debt' => 1], 'remainDebtPrice');
|
|
|
if ($remain != abs($ghs->balance)) {
|
|
|
noticeUtil::push("账单异常哦 {$ghsName} {$customName}", '15280215347');
|
|
|
- util::fail('账单异常哦,请联系门店');
|
|
|
+ util::fail('账单异常哦,请稍候再试');
|
|
|
}
|
|
|
}
|
|
|
}
|