From 75cfad24c3d9978f20a51f3952822fae3b16a341 Mon Sep 17 00:00:00 2001 From: hujiabin <519660157@qq.com> Date: Mon, 13 Nov 2023 17:54:13 +0800 Subject: [PATCH] 1 --- webapp/controller/OtherController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/OtherController.class.php b/webapp/controller/OtherController.class.php index 0e5fe2a1..54b195a1 100644 --- a/webapp/controller/OtherController.class.php +++ b/webapp/controller/OtherController.class.php @@ -164,7 +164,7 @@ class OtherController extends BaseAuthedController { "type" => -1, "event_name" => $reward['event_name'], "cecVal" => $reward['cec'], - "createtime" => $reward['time'] + "createtime" => strtotime($reward['time']) )); } }