|
|
@@ -80,7 +80,7 @@ public class IntegralItemResponse{
|
|
|
@ApiModelProperty(value = "日期")
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
|
|
|
@TableField(typeHandler = TimestampTypeHandler.class)
|
|
|
- private LocalDate accDate;
|
|
|
+ private LocalDateTime accDate;
|
|
|
|
|
|
|
|
|
/**
|