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)