村官员任职日期字段日期格式错误修复

This commit is contained in:
蒾酒 2025-01-02 01:51:37 +08:00
parent 61c7ea0cf5
commit 3f6c1a3f35

View File

@ -70,8 +70,8 @@ private static final long serialVersionUID = 1L;
private String contactInformation;
/** 任职日期 */
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@Excel(name = "任职日期", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss")
@JsonFormat(pattern = "yyyy-MM-dd")
@Excel(name = "任职日期", width = 30, dateFormat = "yyyy-MM-dd")
@ApiModelProperty("任职日期")
private Date appointmentDate;