From 58bd4f3a3a2a45544203ab605836667c4af38d76 Mon Sep 17 00:00:00 2001 From: lige <bestlige@outlook.com> Date: 星期一, 11 十二月 2023 15:53:00 +0800 Subject: [PATCH] sqlserver连接 --- ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjCustomer.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjCustomer.java b/ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjCustomer.java index 2e75a14..b39f390 100644 --- a/ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjCustomer.java +++ b/ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjCustomer.java @@ -212,7 +212,7 @@ * 浣撴鏃堕棿 */ @TableField(exist = false) - @JsonFormat(pattern = "yyyy-MM-dd") + @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") private Date tjTime; /** -- Gitblit v1.8.0