Browse Source

计算电量调整

xieshengjie 1 year ago
parent
commit
f6aa1f8d19

+ 0 - 2
realtime/generationXK-service/src/main/java/com/gyee/generation/service/realtimelibrary/CycleCalculationService.java

@@ -182,9 +182,7 @@ public class CycleCalculationService {
                 }
                 wtResultList.add(PointUtil.createPointData(date,rfdl,rfdlPoint.getNemCode(),rfdlPoint.getName()));
 
-
                 double yfdl = ssfdl - monthfirstfdl;
-
                 if (yfdl<0 || yfdl>modelpower.get(wt.getModelId())*24*31*1.5){
                     yfdl = rfdl*day;
                 }