From ff812a4f923da2dea4c883f4e34e2ce928c76d99 Mon Sep 17 00:00:00 2001
From: zj <1772600164@qq.com>
Date: Tue, 24 Sep 2024 14:57:18 +0800
Subject: [PATCH] 1
---
src/main/java/com/nq/vo/position/UserPendingorderVO.java | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/main/java/com/nq/vo/position/UserPendingorderVO.java b/src/main/java/com/nq/vo/position/UserPendingorderVO.java
index ee36f13..f1e5b80 100644
--- a/src/main/java/com/nq/vo/position/UserPendingorderVO.java
+++ b/src/main/java/com/nq/vo/position/UserPendingorderVO.java
@@ -17,6 +17,7 @@
@Data
public class UserPendingorderVO {
private Integer id;
+ private Integer userId;
private String stockId;
private String stockName;
@@ -33,7 +34,7 @@
private BigDecimal nowPrice;
private BigDecimal targetPrice;
- @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
+ @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "Asia/Tokyo")
private Date addTime;
private Integer status;
--
Gitblit v1.9.3