Prechádzať zdrojové kódy

mall/hd/list 修复门店不存在导致接口崩溃问题

shizhongqi 1 mesiac pred
rodič
commit
7803aeaa9e
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      biz-mall/hd/classes/HdClass.php

+ 1 - 1
biz-mall/hd/classes/HdClass.php

@@ -35,7 +35,7 @@ class HdClass extends BaseClass
             $currentShop = $shopList[$shopId] ?? [];
             if (empty($currentShop)) {
                 // 店铺不存在
-                Yii::warning('shopList中店铺不存在--', ['shopId' => $shopId, 'shopName' => $val['shopName']]);
+                Yii::warning('shopList中店铺不存在--', ['shopId' => $shopId]);
                 continue;
             }