Compare commits
1 Commits
20250724-0
...
20250724-0
| Author | SHA1 | Date | |
|---|---|---|---|
| bbcc0d054f |
@@ -323,6 +323,7 @@ class SpuService extends BaseService
|
||||
$info['city_name'] = $this->systemCityModel->getCityNameById((int)$info['city_id']);
|
||||
$info['kitchen_name'] = $this->kitchenModel->getNameById((int)$info['kitchen_id']);
|
||||
// $info['chef_name'] = $this->chefModel->getChineseNameById((int)$info['chef_id']);
|
||||
$info['image_url'] = $this->getOssObjectById((int)$info['image_id']) ?? '';
|
||||
$info['chef_name'] = '';
|
||||
$info['category_name'] = $this->categoryModel->getNameById((int)$info['category_id']);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user