From e6c0e03faff18db7e07d068ee42db47598afc1b5 Mon Sep 17 00:00:00 2001
From: wl <173@qq.com>
Date: 星期五, 23 十二月 2022 09:27:48 +0800
Subject: [PATCH] fix: 消息列表显示时间少8小时

---
 ycl-platform/src/main/java/com/ycl/entity/caseHandler/Violations.java |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ycl-platform/src/main/java/com/ycl/entity/caseHandler/Violations.java b/ycl-platform/src/main/java/com/ycl/entity/caseHandler/Violations.java
index a08faa4..a328a7f 100644
--- a/ycl-platform/src/main/java/com/ycl/entity/caseHandler/Violations.java
+++ b/ycl-platform/src/main/java/com/ycl/entity/caseHandler/Violations.java
@@ -127,19 +127,19 @@
     /**
      * 澶х被鏂囨湰
      */
-    @TableField(value = "category_text",exist = false)
+    @TableField(value = "category_text", exist = false)
     @ApiModelProperty(value = "鎵�灞炵ぞ鍖烘枃鏈�")
     private String categoryText;
     /**
      * 灏忕被鏂囨湰
      */
-    @TableField(value = "type_text",exist = false)
+    @TableField(value = "type_text", exist = false)
     @ApiModelProperty(value = "灏忕被鏂囨湰")
     private String typeText;
     /**
      * 浜嬩欢绛夌骇鏂囨湰
      */
-    @TableField(value = "grade_text",exist = false)
+    @TableField(value = "grade_text", exist = false)
     @ApiModelProperty(value = "浜嬩欢绛夌骇鏂囨湰")
     private String gradeText;
 }

--
Gitblit v1.8.0