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("#.##");