村官员任职日期字段日期格式错误修复
This commit is contained in:
parent
61c7ea0cf5
commit
3f6c1a3f35
@ -70,8 +70,8 @@ private static final long serialVersionUID = 1L;
|
|||||||
private String contactInformation;
|
private String contactInformation;
|
||||||
|
|
||||||
/** 任职日期 */
|
/** 任职日期 */
|
||||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
@JsonFormat(pattern = "yyyy-MM-dd")
|
||||||
@Excel(name = "任职日期", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss")
|
@Excel(name = "任职日期", width = 30, dateFormat = "yyyy-MM-dd")
|
||||||
@ApiModelProperty("任职日期")
|
@ApiModelProperty("任职日期")
|
||||||
private Date appointmentDate;
|
private Date appointmentDate;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user