From 60e1c17307261b9cf24fb7c0462f1c4567902c5d Mon Sep 17 00:00:00 2001
From: admin <15939171744@163.com>
Date: 星期三, 20 十一月 2024 10:20:41 +0800
Subject: [PATCH] -修改doman

---
 billion-generator/src/main/resources/vm/java/domain.java.vm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/billion-generator/src/main/resources/vm/java/domain.java.vm b/billion-generator/src/main/resources/vm/java/domain.java.vm
index b44604d..70f3884 100644
--- a/billion-generator/src/main/resources/vm/java/domain.java.vm
+++ b/billion-generator/src/main/resources/vm/java/domain.java.vm
@@ -41,8 +41,8 @@
 #if($parentheseIndex != -1)
     @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()")
 #elseif($column.javaType == 'Date')
-    @JsonFormat(pattern = "yyyy-MM-dd")
-    @Excel(name = "${comment}", width = 30, dateFormat = "yyyy-MM-dd")
+    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
+    @Excel(name = "${comment}", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss")
 #else
     @Excel(name = "${comment}")
 #end

--
Gitblit v1.9.3