From 91f80f9969a2ce3a7138a6a58ca21d6bab33d7ca Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期日, 12 一月 2020 15:05:39 +0800
Subject: [PATCH] 修复所有时间显示不正确的问题

---
 WebService/src/main/resources/components/applicationKeyPackage/edit-applicationKey/editApplicationKey.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/WebService/src/main/resources/components/applicationKeyPackage/edit-applicationKey/editApplicationKey.js b/WebService/src/main/resources/components/applicationKeyPackage/edit-applicationKey/editApplicationKey.js
index 0aca879..3edc072 100644
--- a/WebService/src/main/resources/components/applicationKeyPackage/edit-applicationKey/editApplicationKey.js
+++ b/WebService/src/main/resources/components/applicationKeyPackage/edit-applicationKey/editApplicationKey.js
@@ -97,7 +97,7 @@
                 vc.component.editApplicationKeyInfo.startTime = vc.dateFormat(new Date().getTime());
                 $('.editApplicationStartTime').datetimepicker({
                     language: 'zh-CN',
-                    format: 'yyyy-mm-dd HH:ii:ss',
+                    format: 'yyyy-mm-dd hh:ii:ss',
                     initTime: true,
                     initialDate: new Date(),
                     autoClose: 1,
@@ -111,7 +111,7 @@
                     });
                 $('.editApplicationEndTime').datetimepicker({
                     language: 'zh-CN',
-                    format: 'yyyy-mm-dd HH:ii:ss',
+                    format: 'yyyy-mm-dd hh:ii:ss',
                     initTime: true,
                     initialDate: new Date(),
                     autoClose: 1,

--
Gitblit v1.8.0