|
|
@@ -32,7 +32,7 @@ class OrderClearClass extends BaseClass
|
|
|
$customBalance = $custom->balance ?? 0;
|
|
|
$ghsBalance = $ghs->balace ?? 0;
|
|
|
if (floatval($customBalance) != floatval($ghsBalance)) {
|
|
|
- noticeUtil::push("客户{$customId} 供货商{$ghsId} 的余额有问题", '15280215347');
|
|
|
+ noticeUtil::push("客户{$customId} {$customBalance} 供货商{$ghsId} {$ghsBalance} 的余额有问题", '15280215347');
|
|
|
util::fail('系统故障');
|
|
|
}
|
|
|
if ($customBalance < 0) {
|