mirror of
https://github.com/YunaiV/ruoyi-vue-pro.git
synced 2025-10-28 20:43:38 +08:00
原来的Date类型查询订单返回时间差8个小时,项目全局使用LocalDateTime时间
原来的Date类型查询订单返回时间差8个小时,项目全局使用LocalDateTime时间 Signed-off-by: chop <935048000@qq.com>
This commit is contained in:
@ -22,7 +22,7 @@ public class TradeOrderBaseVO {
|
|||||||
private String no;
|
private String no;
|
||||||
|
|
||||||
@Schema(description = "下单时间", required = true)
|
@Schema(description = "下单时间", required = true)
|
||||||
private Date createTime;
|
private LocalDateTime createTime;
|
||||||
|
|
||||||
@Schema(description = "订单类型", required = true, example = "1")
|
@Schema(description = "订单类型", required = true, example = "1")
|
||||||
private Integer type;
|
private Integer type;
|
||||||
|
|||||||
Reference in New Issue
Block a user