|
@@ -176,8 +176,8 @@ public class OrderVO {
|
|
|
@EqualsAndHashCode(callSuper = false)
|
|
|
@Schema(description="学校包场-预览时间选择")
|
|
|
public static class PreviewOrderPlaceSchoolTime{
|
|
|
- @JsonFormat(timezone = "GMT+8", pattern = "MM-dd")
|
|
|
- @DateTimeFormat(pattern = "MM-dd")
|
|
|
+ @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd")
|
|
|
+ @DateTimeFormat(pattern = "yyyy-MM-dd")
|
|
|
@Schema(description = "日期")
|
|
|
private Date day;
|
|
|
@Schema(description = "当前剩余库存")
|