fix : sku
This commit is contained in:
@@ -180,7 +180,7 @@ class GoodCache
|
||||
$imageList = $this->getOssObjects(array_merge($spuImage,$imageIdArr));
|
||||
|
||||
$chefIds = array_column($skuList,'chef_id');
|
||||
$chefList = $this->adminUserModel->getDataByIds($chefIds);
|
||||
$chefList = $this->adminUserModel->getChefNameByIds($chefIds);
|
||||
|
||||
$skuListArr = [];
|
||||
$imageArr = [];
|
||||
|
||||
Reference in New Issue
Block a user