shish 1 год назад
Родитель
Сommit
ca0c899b5b
1 измененных файлов с 2 добавлено и 0 удалено
  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);
         $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);
         }
         }