From 8f6884f0a82f4ec81e4cd992e2fbfc73651a7f74 Mon Sep 17 00:00:00 2001
From: Cool <wx_2566250ef32d4fc38ff1e6e046296c67@git.code.tencent.com>
Date: Sat, 29 Aug 2020 17:30:34 +0800
Subject: [PATCH] 店铺申请接口优化

---
 application/api/controller/Store.php | 1 +
 1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/application/api/controller/Store.php b/application/api/controller/Store.php
index 00ffca9..c9a345a 100644
--- a/application/api/controller/Store.php
+++ b/application/api/controller/Store.php
@@ -258,6 +258,7 @@ class Store extends Api
         $result_invite = true;
         try{
             $param['user_id'] = $this->auth->id;
+            $param['house_ids'] = ','.$pay_data['house_ids'].',';
             if(!empty($param['id'])) {
                 $result = $this->store_model->edit($param);
             } else {
--
libgit2 0.24.0