From 4f537ef24f8635d85fd324ee7973bd5524c1327d Mon Sep 17 00:00:00 2001 From: root Date: Wed, 17 May 2023 09:49:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E6=88=B7=E5=85=A5=E9=A9=BB=E7=94=B3?= =?UTF-8?q?=E8=AF=B7=E9=80=9A=E8=BF=87=E5=90=8E=E8=87=AA=E5=8A=A8=E5=BC=80?= =?UTF-8?q?=E5=90=AF=E5=BA=97=E9=93=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../repositories/system/merchant/MerchantIntentionRepository.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/common/repositories/system/merchant/MerchantIntentionRepository.php b/app/common/repositories/system/merchant/MerchantIntentionRepository.php index 4be464e6..3634add2 100644 --- a/app/common/repositories/system/merchant/MerchantIntentionRepository.php +++ b/app/common/repositories/system/merchant/MerchantIntentionRepository.php @@ -120,6 +120,7 @@ class MerchantIntentionRepository extends BaseRepository 'mer_name' => $intention['mer_name'], 'mer_phone' => $intention['phone'], 'mer_account' => $intention['phone'], + 'mer_state' => 1, //审核通过自动开启 'category_id' => $intention['merchant_category_id'], 'type_id' => $intention['mer_type_id'], 'real_name' => $intention['name'],