|
@@ -34,7 +34,7 @@ public class StudentFaceInfo implements Serializable {
|
|
|
/**
|
|
|
* 创建时间
|
|
|
*/
|
|
|
- @Temporal(value = TemporalType.DATE)
|
|
|
+ @Temporal(value = TemporalType.TIMESTAMP)
|
|
|
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
private Date createTime;
|
|
|
/**
|
|
@@ -44,7 +44,7 @@ public class StudentFaceInfo implements Serializable {
|
|
|
/**
|
|
|
* 更新时间
|
|
|
*/
|
|
|
- @Temporal(value = TemporalType.DATE)
|
|
|
+ @Temporal(value = TemporalType.TIMESTAMP)
|
|
|
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
private Date updateTime;
|
|
|
/**
|