作者 刘朕
1 个管道 的构建 通过 耗费 1 秒

合并分支 'liuzhen' 到 'master'

商圈信息编辑修改



查看合并请求 !79
... ... @@ -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);
... ...