Commit 681a4998 authored by suhuiguang's avatar suhuiguang

1.人员输入出生日期后保存报错

parent c346f25b
......@@ -59,7 +59,8 @@ public class PeopleBasicInfoDto {
private String certificatesNumber;
@ApiModelProperty(value = "出生日期")
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone="GMT+8")
@JsonFormat(pattern = "yyyy-MM-dd",timezone="GMT+8")
private Date birthdayTime;
@ApiModelProperty(value = "性别")
......
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