wangb@gyee-china.com hai 1 ano
pai
achega
a237a9d505

+ 1 - 1
web/runeconomy-xk/src/main/java/com/gyee/runeconomy/service/goodness/WindturbinegoodnessService.java

@@ -247,7 +247,7 @@ public class WindturbinegoodnessService {
 
                     PointData pd = fjztls.get(i);
                     int zttemp = Double.valueOf(pd.getPointValueInDouble()).intValue();
-                    Date resultDate = new Date(pd.getPointTime() * 1000);
+                    Date resultDate = new Date(pd.getPointTime());
                     beginTime = sdf.format(resultDate);
                     time = sdf2.format(resultDate);
                     xtime.add(beginTime);