feat : phone pool
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user