From 2a3678db9937a78cd5f5e4f0593f63802332f66a Mon Sep 17 00:00:00 2001 From: OathK1per Date: Fri, 19 Aug 2022 11:52:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=B6=E9=97=B4=E5=B9=B4=E6=9C=88=E6=97=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/templates/admin/project_list.ftl | 4 ++-- src/main/resources/templates/admin/project_list_approve.ftl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/templates/admin/project_list.ftl b/src/main/resources/templates/admin/project_list.ftl index 434f822..6fea517 100644 --- a/src/main/resources/templates/admin/project_list.ftl +++ b/src/main/resources/templates/admin/project_list.ftl @@ -352,8 +352,8 @@ ${list.resolvePlanStr!} ${list.customer!} ${list.terminalCustomer!} - ${(list.contractTime?string("yyyy-MM-dd HH:mm:ss"))!} - ${(list.bidsTime?string("yyyy-MM-dd HH:mm:ss"))!} + ${(list.contractTime?string("yyyy-MM-dd"))!} + ${(list.bidsTime?string("yyyy-MM-dd"))!} ${list.isSecondStr!} ${list.signTypeStr!} ${list.collaborator!} diff --git a/src/main/resources/templates/admin/project_list_approve.ftl b/src/main/resources/templates/admin/project_list_approve.ftl index b55ea4d..714e058 100644 --- a/src/main/resources/templates/admin/project_list_approve.ftl +++ b/src/main/resources/templates/admin/project_list_approve.ftl @@ -345,8 +345,8 @@ ${list.resolvePlanStr!} ${list.customer!} ${list.terminalCustomer!} - ${(list.contractTime?string("yyyy-MM-dd HH:mm:ss"))!} - ${(list.bidsTime?string("yyyy-MM-dd HH:mm:ss"))!} + ${(list.contractTime?string("yyyy-MM-dd"))!} + ${(list.bidsTime?string("yyyy-MM-dd"))!} ${list.isSecondStr!} ${list.signTypeStr!} ${list.collaborator!}