fix:depot materialCategory
This commit is contained in:
@@ -67,9 +67,6 @@ class MaterialCategoryService extends BaseService{
|
||||
|
||||
$info->parent_id = $pid;
|
||||
|
||||
$info->city_id = (int)$this->request->input('city_id');
|
||||
$info->kitchen_id = (int)$this->request->input('kitchen_id');
|
||||
|
||||
if (!$info->save()) throw new ErrException('修改失败');
|
||||
|
||||
return $this->return->success();
|
||||
|
||||
Reference in New Issue
Block a user