diff --git a/Application/Admin/Controller/TestOrderController.class.php b/Application/Admin/Controller/TestOrderController.class.php index bf0dfd035..c6b5e24d0 100644 --- a/Application/Admin/Controller/TestOrderController.class.php +++ b/Application/Admin/Controller/TestOrderController.class.php @@ -53,6 +53,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);