diff --git a/app/controller/api/store/merchant/MerchantIntention.php b/app/controller/api/store/merchant/MerchantIntention.php index f81bd56b..360800d9 100644 --- a/app/controller/api/store/merchant/MerchantIntention.php +++ b/app/controller/api/store/merchant/MerchantIntention.php @@ -116,6 +116,7 @@ class MerchantIntention extends BaseController return app('json')->fail('商户状态异常'); } $intenInfo['type'] = 2; + unset($intenInfo['mer_intention_id']); $intentionId = Db::name('merchant_intention')->insertGetId($intenInfo); $areaInfo = Db::name('geo_area')->where('area_code', $intenInfo['area_id'] ?? '')->find(); $sendData = [