zj
2025-05-02 01830e44921b187b448d8cce9c9a46b9ad55af43
src/main/java/project/futures/internal/FuturesOrderServiceImpl.java
@@ -575,9 +575,8 @@
      DecimalFormat df_symbol = new DecimalFormat(decimals);
      df_symbol.setRoundingMode(RoundingMode.FLOOR);// 向下取整
      SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss a", Locale.ENGLISH);
      // 设置时区为台湾(Asia/Taipei)
      sdf.setTimeZone(TimeZone.getTimeZone("Asia/Taipei"));
      SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
      sdf.setTimeZone(TimeZone.getTimeZone("Asia/Shanghai"));
      DecimalFormat df = new DecimalFormat("#.##");
      Map<String, Object> map = new HashMap<String, Object>();
      map.put("order_no", order.getOrder_no());