src/main/java/project/futures/internal/FuturesOrderServiceImpl.java
@@ -576,8 +576,7 @@ 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")); sdf.setTimeZone(TimeZone.getTimeZone("America/New_York")); DecimalFormat df = new DecimalFormat("#.##"); Map<String, Object> map = new HashMap<String, Object>(); map.put("order_no", order.getOrder_no());