From 2c51c27a9fc34e55d2211c19f37cee9c01ae0600 Mon Sep 17 00:00:00 2001 From: HanLong <404402223@qq.com> Date: Wed, 25 Feb 2026 15:54:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:[=E8=AF=95=E9=AA=8C=E7=AE=A1=E7=90=86][?= =?UTF-8?q?=E9=A5=B2=E5=85=BB=E9=97=B4]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../hxhq-system/src/main/java/com/hxhq/business/domain/StudyRoom.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/domain/StudyRoom.java b/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/domain/StudyRoom.java index 0fb2735..2ac3e79 100644 --- a/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/domain/StudyRoom.java +++ b/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/domain/StudyRoom.java @@ -33,7 +33,7 @@ public class StudyRoom extends MpBaseEntity private String dwzs; /** 开始使用时间 */ - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") + @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") private Date kssj; /** 开始使用原因 */ @@ -55,7 +55,7 @@ public class StudyRoom extends MpBaseEntity private String jsrMc; /** 结束时间 */ - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") + @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") private Date jssj; /** 状态:1:使用中;3:已结束 */