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;