作者 Cool
1 个管道 的构建 通过 耗费 0 秒

商圈信息编辑修改

... ... @@ -637,7 +637,7 @@ class Store extends Api
$where = [
'where' => [
'id' => $param['inform_id'],
'store_id' => $param['store_id']
'store_id' => $store['id']
]
];
$inform = $model->findOrFail($where);
... ...