zj
2025-10-05 fc68aa452e2fd56441128d1d5a4b32f254c6191d
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("#.##");