diff --git a/app/controller/api/store/merchant/MerchantIntention.php b/app/controller/api/store/merchant/MerchantIntention.php index 8a5e218c..ecf2e614 100644 --- a/app/controller/api/store/merchant/MerchantIntention.php +++ b/app/controller/api/store/merchant/MerchantIntention.php @@ -155,6 +155,7 @@ class MerchantIntention extends BaseController } $intenInfo = Db::name('merchant_intention')->where('mer_intention_id', $merInfo['mer_intention_id'] ?? 0)->where('type', 1)->find(); if (empty($intenInfo)) { + // 兼容处理已开通商户 $intenInfo = [ 'uid' => $merInfo['uid'], 'mer_id' => $merInfo['mer_id'],