fix : sku

This commit is contained in:
2025-08-05 15:51:59 +08:00
parent ba009f4a9d
commit 89797d5bfc
2 changed files with 27 additions and 1 deletions

View File

@@ -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 = [];