From 54843d459f3fe623e6cf2956f192141e9a99b878 Mon Sep 17 00:00:00 2001
From: 16639036659 <577530412@qq.com>
Date: Thu, 30 Nov 2023 13:03:29 +0800
Subject: [PATCH] 临时提交
---
src/main/resources/templates/tr/hiddenDangerCheck/dangerReport/detailNotJudge.html | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/templates/tr/hiddenDangerCheck/dangerReport/detailNotJudge.html b/src/main/resources/templates/tr/hiddenDangerCheck/dangerReport/detailNotJudge.html
index f69051c..35ea4bd 100644
--- a/src/main/resources/templates/tr/hiddenDangerCheck/dangerReport/detailNotJudge.html
+++ b/src/main/resources/templates/tr/hiddenDangerCheck/dangerReport/detailNotJudge.html
@@ -137,7 +137,8 @@
<div class="form-group">
<label class="col-sm-4 control-label ">隐患发现时间:</label>
<div class="col-sm-8">
- <input th:value="*{findTime}" class="form-control" type="text" readonly="readonly">
+ <input th:value="${#dates.format(hiddenDangerCheckPoint.findTime,'yyyy-MM-dd')}"
+ class="form-control" type="text" readonly="readonly">
</div>
</div>
</div>
--
Gitblit v1.9.2