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'],