wangb 1 viikko sitten
vanhempi
commit
3150215b72

+ 2 - 2
runeconomy-xk/src/main/java/com/gyee/runeconomy/service/bmk/BenchmarkingService.java

@@ -1540,8 +1540,8 @@ public class BenchmarkingService {
             if (null == i.getRecordDate()) {
                 vo.setDate(null);
             } else {
-                Date date = Date.from(i.getRecordDate().atStartOfDay(ZoneId.systemDefault()).toInstant());
-                vo.setDate(date);
+//                Date date = Date.from(i.getRecordDate().atStartOfDay(ZoneId.systemDefault()).toInstant());
+//                vo.setDate(date);
             }
             vo.setFdl(DoubleUtils.keepPrecision(Double.valueOf(String.valueOf(i.getRfdl())), 2));
             vo.setLlfdl(DoubleUtils.keepPrecision(Double.valueOf(String.valueOf(i.getLlfdl())), 2));