fix: 82979 全所统计--查询打包项目后--点击导出--开票时间没有显示

This commit is contained in:
2024-03-22 18:07:24 +08:00
parent 421d30f430
commit bb40172e19
@@ -45,7 +45,6 @@ public class AllProjectStatistics {
@ApiModelProperty(value = "打包")
private String packText;
@Excel(name = "开票时间", width = 15, format = "yyyy-MM-dd")
@ApiModelProperty(value = "开票时间")
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd")
private Date billDate;