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);