From 438cc2a37c3698f7e39a40532a6cd2f2008250e4 Mon Sep 17 00:00:00 2001 From: yaooo <272523191@qq.com> Date: Wed, 20 Sep 2023 14:37:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controller/api/store/merchant/MerchantIntention.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/controller/api/store/merchant/MerchantIntention.php b/app/controller/api/store/merchant/MerchantIntention.php index 1e7d6806..de3f57d7 100644 --- a/app/controller/api/store/merchant/MerchantIntention.php +++ b/app/controller/api/store/merchant/MerchantIntention.php @@ -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();