From da588a3d86d5f24d98e1150863f0a71befcff062 Mon Sep 17 00:00:00 2001
From: liyang <316606755@qq.com>
Date: Mon, 22 Mar 2021 10:51:30 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
Application/Home/Controller/QueryController.class.php | 2 +-
Application/Home/View/default/TestingResource/batches.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Application/Home/Controller/QueryController.class.php b/Application/Home/Controller/QueryController.class.php
index 189f23544..ec413f8b3 100644
--- a/Application/Home/Controller/QueryController.class.php
+++ b/Application/Home/Controller/QueryController.class.php
@@ -1844,7 +1844,7 @@ class QueryController extends BaseController
$hideChar .= '*';
}
- if($record['create_time'] == 0) {
+ if($records[$key]['create_time'] == 0) {
$records[$key]['create_time'] = date('Y-m-d', $value['play_time']) . '
' . date('H:i:s', $value['play_time']);
} else {
$records[$key]['create_time'] = date('Y-m-d', $value['create_time']) . '
' . date('H:i:s', $value['create_time']);
diff --git a/Application/Home/View/default/TestingResource/batches.html b/Application/Home/View/default/TestingResource/batches.html
index 919674553..2578afd3a 100644
--- a/Application/Home/View/default/TestingResource/batches.html
+++ b/Application/Home/View/default/TestingResource/batches.html
@@ -84,7 +84,7 @@