From 7a79bc8dadb8123bd443829b082afbb6b267af93 Mon Sep 17 00:00:00 2001 From: sunke <18850253506@163.com> Date: Wed, 18 Mar 2020 12:01:45 +0800 Subject: [PATCH] ios --- Application/Home/Controller/QueryController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Home/Controller/QueryController.class.php b/Application/Home/Controller/QueryController.class.php index 44768d86a..242eb2795 100644 --- a/Application/Home/Controller/QueryController.class.php +++ b/Application/Home/Controller/QueryController.class.php @@ -2663,7 +2663,7 @@ class QueryController extends BaseController if($package['type'] == 3) { $packAges[$key]['typename'] = "超级签下载"; } - $packAges[$key]['create_time'] = date('Y-m-d H:i:s', $package['crate_time']); + $packAges[$key]['create_time'] = date('Y-m-d H:i:s', $package['create_time']); $promoteInfo = M('promote', 'tab_')->field('account')->where(['id'=>$promote_id])->find(); $packAges[$key]['promote_account'] = $promoteInfo['account']; $packAges[$key]['belongs_president'] = $belongs_president;