feat : chef name
This commit is contained in:
@@ -152,7 +152,7 @@ class GoodCache
|
||||
$imageIdArr = array_column($skuList,'image_ids');
|
||||
$imageList = $this->getOssObjects($imageIdArr);
|
||||
|
||||
$chefIds = array_column($imageList,'chef_id');
|
||||
$chefIds = array_column($skuList,'chef_id');
|
||||
$chefList = $this->adminUserModel->getDataByIds($chefIds);
|
||||
|
||||
$skuListArr = [];
|
||||
|
||||
Reference in New Issue
Block a user