bug: 体系搜索实施日期选择多个报错问题

This commit is contained in:
wxyclub
2023-11-29 21:16:54 +08:00
parent 076dee1390
commit d2a1b69937
@@ -94,7 +94,7 @@ public class StandSystemDTO {
@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd")
@DateTimeFormat(pattern="yyyy-MM-dd")
@ApiModelProperty(value = "实施日期")
private Date implementDate;
private String implementDate;
@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd")
@DateTimeFormat(pattern="yyyy-MM-dd")