更新时间
This commit is contained in:
parent
1fd1e3731d
commit
438cc2a37c
@ -120,6 +120,7 @@ class MerchantIntention extends BaseController
|
||||
}
|
||||
$intenInfo['type'] = 2;
|
||||
$intenInfo['status'] = 0;
|
||||
$intenInfo['create_time'] = date('Y-m-d H:i:s');
|
||||
unset($intenInfo['mer_intention_id']);
|
||||
$intentionId = Db::name('merchant_intention')->insertGetId($intenInfo);
|
||||
$areaInfo = Db::name('geo_area')->where('area_code', $intenInfo['area_id'] ?? '')->find();
|
||||
|
Loading…
x
Reference in New Issue
Block a user