From 2aa68e44128eec56dff998d06ee75c9ee7fd7ca4 Mon Sep 17 00:00:00 2001 From: zhengyongxing Date: Tue, 11 Feb 2020 17:26:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E8=AE=A2=E5=8D=95=E5=BD=95?= =?UTF-8?q?=E5=85=A5=E5=8A=9F=E8=83=BD=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/Controller/TestOrderController.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Application/Admin/Controller/TestOrderController.class.php b/Application/Admin/Controller/TestOrderController.class.php index fffb929ac..2f106d95d 100644 --- a/Application/Admin/Controller/TestOrderController.class.php +++ b/Application/Admin/Controller/TestOrderController.class.php @@ -25,6 +25,7 @@ class TestOrderController extends ThinkController // dump($data);die(); $data['add_time'] = time(); + $data['pay_time'] = strtotime($data['pay_time']); $data['game_name'] = get_gamename($data['game_id']); $isSuccess = M('test_order','tab_')->add($data);