This commit is contained in:
liuyongkai
2022-12-30 19:18:38 +08:00
parent 8f632d7de8
commit 43e79f8809

View File

@@ -49,7 +49,7 @@ class screen extends control
{
$this->loadModel('execution');
$this->view->executions = $this->screen->getBurnData();
$this->view->date = date('Y-m-d h:i:s');
$this->view->date = date('Y-m-d H:i:s');
$this->display('screen', 'burn');
}
else