|
@@ -3122,7 +3122,7 @@ public class SpecificService {
|
|
|
for (ProBasicOrganizeTree cp : rgls) {
|
|
|
vo.setCurrent(DoubleUtils.keepPrecision((i.getYfdl().doubleValue() / 10000) / cp.getJrCapacity(), 2));
|
|
|
}
|
|
|
- }else {
|
|
|
+ }else if (i.getForeignKeyId().equals(wp.getId())){
|
|
|
vo.setCurrent(DoubleUtils.keepPrecision(i.getYfdl().doubleValue() / 10000, 2));
|
|
|
}
|
|
|
}
|
|
@@ -3142,7 +3142,7 @@ public class SpecificService {
|
|
|
for (ProBasicOrganizeTree cp : rgls){
|
|
|
i.setSameperiod(DoubleUtils.keepPrecision((tqinfoday.getYfdl().doubleValue() / 10000) / cp.getJrCapacity(), 2));
|
|
|
}
|
|
|
- }else {
|
|
|
+ }else if(i.getWpid().equals(wp.getId())){
|
|
|
i.setSameperiod(DoubleUtils.keepPrecision(tqinfoday.getYfdl().doubleValue() / 10000, 2));
|
|
|
}
|
|
|
}
|