Commit c9c0c5c0 authored by lizhichao's avatar lizhichao

考试统计添加考试时间-改为时分秒

parent 419847b5
......@@ -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