From 1010fe26747440a436e1a1cc429dfc147e630e3e Mon Sep 17 00:00:00 2001 From: chenzhi Date: Tue, 10 Dec 2019 17:25:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A8=E5=B9=BF=E8=A1=A5=E9=93=BE=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E6=9F=A5=E8=AF=A2=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/Controller/MendController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Admin/Controller/MendController.class.php b/Application/Admin/Controller/MendController.class.php index a3abb96bc..b5e8dd326 100644 --- a/Application/Admin/Controller/MendController.class.php +++ b/Application/Admin/Controller/MendController.class.php @@ -72,7 +72,7 @@ class MendController extends ThinkController { //格式化信息 foreach ($data as $key => $value) { $data[$key]['create_time'] = date("Y-m-d H:i:s",$value['create_time']); - $data[$key]['order_time'] = date("Y-m-d",$value['order_time']); + $data[$key]['order_time'] = date("Y-m-d H:i:s",$value['order_time']); } if($export) db2csv($data,"推广员管理_推广补链_补链记录",["玩家账号","补链前渠道","补链后渠道","切分时间","补链时间","操作人员","备注"]);