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