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

商圈信息编辑修改

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