bug: 体系搜索导出问题修改
This commit is contained in:
+1
-1
@@ -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 = "实施日期")
|
||||||
|
|||||||
Reference in New Issue
Block a user