|
@@ -103,7 +103,7 @@ public class WindturbineGoodnessDetailController {
|
|
|
wtday.setRzdxs(NumberUtil.round(tb.getLxMin() / 60, 2).doubleValue());
|
|
|
wtday.setRyxfs(NumberUtil.round(tb.getYxfss(), 2).doubleValue());
|
|
|
wtday.setRssdl(NumberUtil.round((tb.getGzss() + tb.getSlss() + tb.getXdss() + tb.getJhjxss() + tb.getFjhjxss() + tb.getXnss()) / 1000, 2).doubleValue());
|
|
|
- wtday.setRtjcs(NumberUtil.round(tb.getTjcs(), 2).doubleValue());
|
|
|
+ wtday.setRtjcs(NumberUtil.round(tb.getGzcs(), 2).doubleValue());
|
|
|
wtday.setRsbklyl(NumberUtil.round(tb.getKlyl(), 2).doubleValue());
|
|
|
wtday.setRpjwd(NumberUtil.round(tb.getHjwd(), 2).doubleValue());
|
|
|
wtday.setRbbhcs(NumberUtil.round(tb.getTjMin() / 60, 2).doubleValue());
|
|
@@ -116,7 +116,7 @@ public class WindturbineGoodnessDetailController {
|
|
|
wtday.setYjxxs(NumberUtil.round(ytb.getJxMin() / 60, 2).doubleValue());
|
|
|
wtday.setYzdxs(NumberUtil.round(ytb.getLxMin() / 60, 2).doubleValue());
|
|
|
wtday.setYyxfs(NumberUtil.round(ytb.getYxfss(), 2).doubleValue());
|
|
|
- wtday.setYtjcs(NumberUtil.round(ytb.getTjcs(), 2).doubleValue());
|
|
|
+ wtday.setYtjcs(NumberUtil.round(ytb.getGzcs(), 2).doubleValue());
|
|
|
wtday.setYsbklyl(NumberUtil.round(ytb.getKlyl(), 2).doubleValue());
|
|
|
wtday.setYbbhcs(NumberUtil.round(ytb.getTjMin() / 60, 2).doubleValue());
|
|
|
wtday.setNfdl(NumberUtil.round(ntb.getRfdl() / 1000, 2).doubleValue());
|
|
@@ -128,6 +128,7 @@ public class WindturbineGoodnessDetailController {
|
|
|
wtday.setNzdxs(NumberUtil.round(ntb.getTjMin() / 60, 2).doubleValue());
|
|
|
wtday.setNdjxs(NumberUtil.round(ntb.getDjMin() / 60, 2).doubleValue());
|
|
|
wtday.setNyxfs(NumberUtil.round(ntb.getYxfss(), 2).doubleValue());
|
|
|
+ //停机小时
|
|
|
wtday.setNbbhcs(NumberUtil.round(ntb.getTjMin() / 60, 2).doubleValue());
|
|
|
}
|
|
|
|