|
@@ -100,11 +100,13 @@ class PurchaseClearClass extends BaseClass
|
|
|
$info = self::getByCondition(['orderSn' => $orderSn], true);
|
|
$info = self::getByCondition(['orderSn' => $orderSn], true);
|
|
|
if (empty($info)) {
|
|
if (empty($info)) {
|
|
|
$msg = "没有找到清算订单 orderSn:{$orderSn} {$attach}";
|
|
$msg = "没有找到清算订单 orderSn:{$orderSn} {$attach}";
|
|
|
|
|
+ noticeUtil::push($msg, '15280215347');
|
|
|
Yii::info($msg);
|
|
Yii::info($msg);
|
|
|
util::fail($msg);
|
|
util::fail($msg);
|
|
|
}
|
|
}
|
|
|
if ($info->actPrice != $totalFee) {
|
|
if ($info->actPrice != $totalFee) {
|
|
|
$msg = "清算订单金额与回调通知金额不一致 orderSn:{$orderSn} {$info->actPrice} {$totalFee} {$attach}";
|
|
$msg = "清算订单金额与回调通知金额不一致 orderSn:{$orderSn} {$info->actPrice} {$totalFee} {$attach}";
|
|
|
|
|
+ noticeUtil::push($msg, '15280215347');
|
|
|
Yii::info($msg);
|
|
Yii::info($msg);
|
|
|
util::fail($msg);
|
|
util::fail($msg);
|
|
|
}
|
|
}
|