Commit 3c141254 authored by tangwei's avatar tangwei

修改bug

parent 98d90109
......@@ -59,7 +59,7 @@ 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