From 94aa86681043c0e571aa51e549fa9c9ad0bff67d Mon Sep 17 00:00:00 2001 From: liaofei <136327134@qq.com> Date: Mon, 18 Nov 2019 17:18:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=BA=A7=E5=93=81=E9=97=A8?= =?UTF-8?q?=E5=BA=97=E5=BC=80=E5=85=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crmeb/app/api/controller/store/StoreProductController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/crmeb/app/api/controller/store/StoreProductController.php b/crmeb/app/api/controller/store/StoreProductController.php index bf29471b..a647888f 100644 --- a/crmeb/app/api/controller/store/StoreProductController.php +++ b/crmeb/app/api/controller/store/StoreProductController.php @@ -167,6 +167,7 @@ class StoreProductController $data['system_store'] = ($res = SystemStore::getStoreDispose()) ? $res : []; $data['good_list'] = StoreProduct::getGoodList(18,'image,store_name,price,id,ot_price'); $data['mapKey'] = sysConfig('tengxun_map_key'); + $data['store_self_mention']= (int)sysConfig('store_self_mention') ?? 0;//门店自提是否开启 return app('json')->successful($data); }