1
zyy
2025-09-18 88c8ae020c27ea187d66c0ed17313bff8f5e212e
1
2 files modified
2 ■■■■■ changed files
src/main/java/com/nq/vo/position/UserPositionVO.java 1 ●●●● patch | view | raw | blame | history
src/main/resources/application.yml 1 ●●●● patch | view | raw | blame | history
src/main/java/com/nq/vo/position/UserPositionVO.java
@@ -34,6 +34,7 @@
    private String sellOrderId;
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "Asia/Shanghai")
    private Date sellOrderTime;
    private BigDecimal sellOrderPrice;
src/main/resources/application.yml
@@ -62,6 +62,7 @@
  urlPatterns: /system/*,/monitor/*,/tool/*
spring:
  jackson:
    date-format: yyyy-MM-dd HH:mm:ss
    time-zone: Asia/Shanghai
  profiles:
    active: druid