From 6f23c4ffdeeaf203b614e03ca532f7d4b3a252d9 Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Tue, 11 Jun 2024 17:56:42 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0'is=5Fstore'=E5=92=8C?= =?UTF-8?q?'is=5Fsend'=E5=AD=97=E6=AE=B5=E5=88=B0=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E5=95=86=E5=BA=97=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/admin/logic/system_store/SystemStoreLogic.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/admin/logic/system_store/SystemStoreLogic.php b/app/admin/logic/system_store/SystemStoreLogic.php index 261a81a38..853247438 100644 --- a/app/admin/logic/system_store/SystemStoreLogic.php +++ b/app/admin/logic/system_store/SystemStoreLogic.php @@ -46,6 +46,8 @@ class SystemStoreLogic extends BaseLogic 'city' => $params['city_code'], 'area' => $params['area_code'], 'street' => $params['street_code'], + 'is_store' => $params['is_store'] ?? 0, + 'is_send' => $params['is_send'] ?? 0, ]); $taff = [ 'store_id' => $store['id'],