Sfoglia il codice sorgente

故障数据查询

全业务考评 1 anno fa
parent
commit
1277a3b429

+ 1 - 1
power-fitting-JN/src/main/java/com.gyee.power.fitting/service/custom/curve/DataFittingService.java

@@ -401,7 +401,7 @@ public class DataFittingService {
             } catch (ParseException e) {
                 e.printStackTrace();
             }
-            long time = date.getTime()/ 1000;
+            long time = date.getTime();
             times.add(time);
         });