From bcbc75d8659083e6f84e382b791e651414a4ad3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BD=AD=E6=A1=83?= <1098598843@qq.com> Date: Mon, 27 Feb 2023 11:23:59 +0800 Subject: [PATCH] 1 --- .../system/merchant/MerchantIntentionRepository.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/common/repositories/system/merchant/MerchantIntentionRepository.php b/app/common/repositories/system/merchant/MerchantIntentionRepository.php index 7eb92021..eb364b62 100644 --- a/app/common/repositories/system/merchant/MerchantIntentionRepository.php +++ b/app/common/repositories/system/merchant/MerchantIntentionRepository.php @@ -104,7 +104,7 @@ class MerchantIntentionRepository extends BaseRepository $create = $data['create_mer'] == 1; unset($data['create_mer']); $intention = $this->search(['mer_intention_id' => $id])->find(); - + $smsData = []; if (!$intention) throw new ValidateException('信息不存在'); if ($intention->status)