Merge branch 'feature_business_apply' into dev
This commit is contained in:
commit
b0d6a0c60a
@ -116,6 +116,7 @@ class MerchantIntention extends BaseController
|
|||||||
return app('json')->fail('商户状态异常');
|
return app('json')->fail('商户状态异常');
|
||||||
}
|
}
|
||||||
$intenInfo['type'] = 2;
|
$intenInfo['type'] = 2;
|
||||||
|
unset($intenInfo['mer_intention_id']);
|
||||||
$intentionId = Db::name('merchant_intention')->insertGetId($intenInfo);
|
$intentionId = Db::name('merchant_intention')->insertGetId($intenInfo);
|
||||||
$areaInfo = Db::name('geo_area')->where('area_code', $intenInfo['area_id'] ?? '')->find();
|
$areaInfo = Db::name('geo_area')->where('area_code', $intenInfo['area_id'] ?? '')->find();
|
||||||
$sendData = [
|
$sendData = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user