Browse Source

美团单

shish 4 years ago
parent
commit
6cb1ced6e5
1 changed files with 2 additions and 1 deletions
  1. 2 1
      app-hd/controllers/MtController.php

+ 2 - 1
app-hd/controllers/MtController.php

@@ -98,13 +98,14 @@ class MtController extends PublicController
             }
             noticeUtil::push("777", '15280215347');
             Yii::info('商品信息:' . json_encode($mtGoodsData));
-
+            noticeUtil::push("717171", '15280215347');
             $productList = [];
 
             $mtCategory = CategoryClass::getByCondition(['mainId' => $mainId, 'style' => 1], true);
             if (empty($mtCategory)) {
                 $mtCategory = CategoryClass::add(['style' => 1, 'categoryName' => '美团', 'mainId' => $mainId, 'sjId' => $sjId], true);
             }
+            noticeUtil::push("727272", '15280215347');
             $catId = $mtCategory->id ?? 0;
             if (empty($catId)) {
                 noticeUtil::push("美团确认订单报错,美团默认分类没有找到,美团订单id:{$mtOrderId} 美团编号:{$thirdSn}", '15280215347');