mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-23 07:41:53 +08:00
!442 原来的Date类型查询订单返回时间差8个小时,项目全局使用LocalDateTime时间
Merge pull request !442 from chop/N/A
This commit is contained in:
commit
f6d3f30961
@ -22,7 +22,7 @@ public class TradeOrderBaseVO {
|
||||
private String no;
|
||||
|
||||
@Schema(description = "下单时间", required = true)
|
||||
private Date createTime;
|
||||
private LocalDateTime createTime;
|
||||
|
||||
@Schema(description = "订单类型", required = true, example = "1")
|
||||
private Integer type;
|
||||
|
Loading…
Reference in New Issue
Block a user