Commit 83675177 authored by suhuiguang's avatar suhuiguang

1.人员选择出生日期后页面报错

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