feat : phone pool

This commit is contained in:
2025-04-10 15:39:40 +08:00
parent 4dbb9a804c
commit a9d210ee62

View File

@@ -279,7 +279,8 @@ 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['chef_name'] = $this->chefModel->getChineseNameById((int)$info['chef_id']);
$info['chef_name'] = '';
$info['category_name'] = $this->categoryModel->getNameById((int)$info['category_id']);
return $this->return->success('success',$info);