bug: 体系搜索导出问题修改

This commit is contained in:
wxyclub
2023-11-30 13:55:03 +08:00
parent 1fd9413da0
commit f080e0c2c3
@@ -90,7 +90,7 @@ public class StandSystemDTO {
@ApiModelProperty(value = "开始实施日期") @ApiModelProperty(value = "开始实施日期")
private String startImplementDateString; private String startImplementDateString;
@Excel(name = "实施日期", width = 25, orderNum = "5", exportFormat = "yyyy-MM-dd") @Excel(name = "实施日期", width = 25, orderNum = "5")
@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd") @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd")
@DateTimeFormat(pattern="yyyy-MM-dd") @DateTimeFormat(pattern="yyyy-MM-dd")
@ApiModelProperty(value = "实施日期") @ApiModelProperty(value = "实施日期")