|
|
@@ -310,6 +310,7 @@ public class UserArchives implements Serializable {
|
|
|
this.externalInvestName = externalInvestName;
|
|
|
}
|
|
|
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
|
|
public Date getFirstInterviewDate() {
|
|
|
return firstInterviewDate;
|
|
|
}
|