|
|
@@ -113,7 +113,7 @@ public class WindturbineGoodnessDetailController {
|
|
|
wtday.setNyxxs(NumberUtil.round((ntb.getYxMin() + ntb.getXdMin()) / 60, 2).doubleValue());
|
|
|
wtday.setNgzxs(NumberUtil.round(ntb.getGzMin() / 60, 2).doubleValue());
|
|
|
wtday.setNjxxs(NumberUtil.round(ntb.getJxMin() / 60, 2).doubleValue());
|
|
|
- wtday.setNzdxs(NumberUtil.round(ntb.getTjMin() / 60, 2).doubleValue());
|
|
|
+ wtday.setNzdxs(NumberUtil.round(ntb.getLxMin() / 60, 2).doubleValue());
|
|
|
wtday.setNdjxs(NumberUtil.round(ntb.getDjMin() / 60, 2).doubleValue());
|
|
|
wtday.setNyxfs(NumberUtil.round(ntb.getYxfss(), 2).doubleValue());
|
|
|
//停机小时
|