Commit f5170068 authored by zhangjianqian's avatar zhangjianqian

Merge remote-tracking branch 'origin/master'

parents abdad97f c9c0c5c0
......@@ -33,7 +33,7 @@ public class TTrainUserCourse extends BaseEntity
private Integer state;
/** 最后一次考试时间 */
@JsonFormat(pattern = "yyyy-MM-dd")
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@Excel(name = "最后一次考试时间", width = 30, dateFormat = "yyyy-MM-dd")
private Date examinationTime;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment