From 5386f64f5cd33ec135203d521a20fd185171251f Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期一, 18 十一月 2024 10:13:52 +0800 Subject: [PATCH] 在线监测对于纯车辆人脸可以恢复在线状态 --- ycl-pojo/src/main/java/com/ycl/platform/domain/entity/YwPoint.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ycl-pojo/src/main/java/com/ycl/platform/domain/entity/YwPoint.java b/ycl-pojo/src/main/java/com/ycl/platform/domain/entity/YwPoint.java index 09fbe11..e80c904 100644 --- a/ycl-pojo/src/main/java/com/ycl/platform/domain/entity/YwPoint.java +++ b/ycl-pojo/src/main/java/com/ycl/platform/domain/entity/YwPoint.java @@ -35,7 +35,7 @@ private Date startTime; @ApiModelProperty("鐐逛綅缁撴潫鏃堕棿") - @TableField("end_time") + @TableField(value = "end_time") @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8") private Date endTime; -- Gitblit v1.8.0