Browse Source

Merge remote-tracking branch 'origin/V0.0.5' into V0.0.5

jingyuanchao 1 year ago
parent
commit
cf57d65191

+ 0 - 2
soc-modules/soc-modules-core/src/main/java/com/xunmei/core/safetyCheck/vo/regsiter/TaskRegisterVo.java

@@ -38,11 +38,9 @@ public class TaskRegisterVo<T> {
     private Integer planType;
 
     @ApiModelProperty(value = "计划开始时间")
-    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
     private Date planStartTime;
 
     @ApiModelProperty(value = "计划结束时间")
-    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
     private Date planEndTime;
 
     @ApiModelProperty(value = "检查时间")