From 453ebf9c8f2be084e4b71be89656ea8a29233927 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9A=E4=B8=B9ab?= <1421553879@qq.com> Date: Wed, 9 Aug 2023 16:45:45 +0800 Subject: [PATCH] =?UTF-8?q?=E9=99=A2=E6=A0=A1=E6=9D=83=E9=99=90=EF=BC=9A?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E8=B4=AD=E4=B9=B0+3=E5=B9=B4=E6=97=B6?= =?UTF-8?q?=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/static/js/common.js | 2 +- .../add.html | 28 +++++++++++++------ 2 files changed, 21 insertions(+), 9 deletions(-) diff --git a/admin-core/src/main/resources/static/js/common.js b/admin-core/src/main/resources/static/js/common.js index 30b83cee..f00e1437 100644 --- a/admin-core/src/main/resources/static/js/common.js +++ b/admin-core/src/main/resources/static/js/common.js @@ -357,7 +357,7 @@ var Common = { if(pastMonth<10) pastMonth="0"+pastMonth; if(pastDay<10) pastDay="0"+pastDay; - let time = pastYear + '-' + pastMonth + '-' + pastDay; + let time = pastYear + '-' + pastMonth + '-' + pastDay + " 00:00"; return time; /*var d = new Date(); diff --git a/web/src/main/resources/templates/jlw/universitiesCollegesJurisdictionExperimentalSystem/add.html b/web/src/main/resources/templates/jlw/universitiesCollegesJurisdictionExperimentalSystem/add.html index eb50db17..0a1d242f 100644 --- a/web/src/main/resources/templates/jlw/universitiesCollegesJurisdictionExperimentalSystem/add.html +++ b/web/src/main/resources/templates/jlw/universitiesCollegesJurisdictionExperimentalSystem/add.html @@ -110,7 +110,7 @@