智慧保安后台管理-外网项目备份
钟日健
2025-10-30 35be7e24498a3e1b143a213643a5d8d86bdc4e13
src/main/java/org/springblade/modules/post/entity/PostFiling.java
@@ -77,16 +77,19 @@
   /**
    * 上岗时间
    */
   @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
   @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
   private Date dutyTime;
//   @JsonFormat(pattern = "HH:mm", timezone = "GMT+8")
//   @DateTimeFormat(pattern = "HH:mm")
   private String dutyTime;
   /**
    * 下岗时间
    */
   @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
   @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
   private Date layoffTime;
//   @JsonFormat(pattern = "HH:mm", timezone = "GMT+8")
//   @DateTimeFormat(pattern = "HH:mm")
   private String layoffTime;
   //距离,默认50m
   private Double distance;