|
|
@@ -65,11 +65,11 @@ public class CoreEduTrainingTaskDetailVo {
|
|
|
@ApiModelProperty(value = "计划任务截止日期")
|
|
|
private LocalDateTime endDate;
|
|
|
|
|
|
- @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 trainingStartDateTime;
|
|
|
|
|
|
- @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 trainingEndDateTime;
|
|
|
|