fq
zj
2025-07-29 7597d9c63b935f9007f370ab350de5b67305592d
src/main/java/project/futures/internal/FuturesOrderLocalServiceImpl.java
@@ -82,7 +82,7 @@
      }
      DecimalFormat df_symbol = new DecimalFormat(decimals);
      df_symbol.setRoundingMode(RoundingMode.FLOOR);// 向下取整
      TimeZone timeZone = TimeZone.getTimeZone("America/New_York");
      TimeZone timeZone = TimeZone.getTimeZone("Europe/Berlin");
      SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd hh:mm:ss");
      sdf.setTimeZone(timeZone);
      DecimalFormat df = new DecimalFormat("#.##");