Commit 4065761f by 丁伟峰

LocalDate的日期格式

1 parent cdde74fd
......@@ -30,7 +30,7 @@ public class OrderChangeListDTO {
@JsonDeserialize(using = LocalDateTimeDeserializer.class)
@JsonSerialize(using = LocalDateTimeSerializer.class)
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@JsonFormat(pattern = "yyyy-MM-dd")
private LocalDate date = LocalDate.now();
/**
* 排序
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!