|
@@ -303,7 +303,7 @@ public class AverageAndGeneratingService {
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|
|
e.printStackTrace();
|
|
e.printStackTrace();
|
|
}
|
|
}
|
|
- double fnlyl = (ssdl+lineyfdl)!=0?lineyfdl/(ssdl+lineyfdl):0;
|
|
|
|
|
|
+ double fnlyl = (ssdl+lineyfdl)!=0?lineyfdl/(ssdl+lineyfdl)*100:0;
|
|
PointData fnlylpoint = createWpPointData(linefnlylpointnew, fnlyl);
|
|
PointData fnlylpoint = createWpPointData(linefnlylpointnew, fnlyl);
|
|
resultList.add(fnlylpoint);
|
|
resultList.add(fnlylpoint);
|
|
|
|
|
|
@@ -380,7 +380,7 @@ public class AverageAndGeneratingService {
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|
|
e.printStackTrace();
|
|
e.printStackTrace();
|
|
}
|
|
}
|
|
- double fnlyl = (ssdl+proyfdl)!=0?proyfdl/(ssdl+proyfdl):0;
|
|
|
|
|
|
+ double fnlyl = (ssdl+proyfdl)!=0?proyfdl/(ssdl+proyfdl)*100:0;
|
|
PointData fnlylpoint = createWpPointData(fnlylprojectpointnew, fnlyl);
|
|
PointData fnlylpoint = createWpPointData(fnlylprojectpointnew, fnlyl);
|
|
resultList.add(fnlylpoint);
|
|
resultList.add(fnlylpoint);
|
|
|
|
|
|
@@ -453,7 +453,7 @@ public class AverageAndGeneratingService {
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|
|
e.printStackTrace();
|
|
e.printStackTrace();
|
|
}
|
|
}
|
|
- double fnlyl = (ssdl+fcyfdl)!=0?fcyfdl/(ssdl+fcyfdl):0;
|
|
|
|
|
|
+ double fnlyl = (ssdl+fcyfdl)!=0?fcyfdl/(ssdl+fcyfdl)*100:0;
|
|
PointData fnlylpoint = createWpPointData(fnlylwppointnew, fnlyl);
|
|
PointData fnlylpoint = createWpPointData(fnlylwppointnew, fnlyl);
|
|
resultList.add(fnlylpoint);
|
|
resultList.add(fnlylpoint);
|
|
|
|
|