This commit is contained in:
xiaoyu
2023-08-16 17:01:22 +08:00
parent e2942c8187
commit 09e14d8998
+1 -1
View File
@@ -40,7 +40,7 @@ class Test extends HD_Controller
$pageSize = 30;
$dollor = '$';
$createdDateStart = date("Y-m-d H:i:s", strtotime("-5 minute"));
$createdDateStart = date("Y-m-d H:i:s", strtotime("-1 minute"));
$createdDateEnd = date("Y-m-d H:i:s", strtotime("now"));
debug_log("开始时间: ".$createdDateStart." ", 'dms.txt', $this->log_dir);