|
|
@@ -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;
|
|
|
}
|
|
|
|