shish 1 year ago
parent
commit
ca0c899b5b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      biz-hd/purchase/classes/PurchaseClearClass.php

+ 2 - 0
biz-hd/purchase/classes/PurchaseClearClass.php

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