|
|
@@ -57,11 +57,11 @@ public class CoreEduTrainingTaskDetailVo {
|
|
|
@ApiModelProperty(value = "记录人名称")
|
|
|
private String recorderName;
|
|
|
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd HH:mm", timezone = "GMT+8")
|
|
|
@ApiModelProperty(value = "计划任务开始日期")
|
|
|
private LocalDateTime startDate;
|
|
|
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd HH:mm", timezone = "GMT+8")
|
|
|
@ApiModelProperty(value = "计划任务截止日期")
|
|
|
private LocalDateTime endDate;
|
|
|
|