Merge remote-tracking branch 'origin/master' into master
正在显示
1 个修改的文件
包含
3 行增加
和
3 行删除
... | @@ -105,11 +105,11 @@ public class ReportItemvService { | ... | @@ -105,11 +105,11 @@ public class ReportItemvService { |
105 | // long lastYearDifferDay = DateUtils.differenceDay(dateVO.getLastYearMonthStartTime(),dateVO.getLastYearMonthEndTime()); | 105 | // long lastYearDifferDay = DateUtils.differenceDay(dateVO.getLastYearMonthStartTime(),dateVO.getLastYearMonthEndTime()); |
106 | 106 | ||
107 | //当月数据/环比、同比 | 107 | //当月数据/环比、同比 |
108 | FRportlCommandCenterVO nowMonthVO = new FRportlCommandCenterVO("月总电耗(", JSUtils.divide(dlhjData.getValue(),10000), JSUtils.divide(dlhjData.getValueHb(),10000), JSUtils.divide(dlhjData.getValueTb(),10000)); | 108 | FRportlCommandCenterVO nowMonthVO = new FRportlCommandCenterVO("月总电耗(", JSUtils.divide(dlhjData.getValue(),10000), JSUtils.divide(dlhjData.getValueTb(),10000), JSUtils.divide(dlhjData.getValueHb(),10000)); |
109 | //日均数据:/环比/同比 | 109 | //日均数据:/环比/同比 |
110 | FRportlCommandCenterVO lastMonthVO = new FRportlCommandCenterVO("日均电耗",dlhj_avg_value ,dlhj_avg_valueHB,dlhj_avg_valueTB ); | 110 | FRportlCommandCenterVO lastMonthVO = new FRportlCommandCenterVO("日均电耗",dlhj_avg_value ,JSUtils.divide(dlhj_avg_valueTB,10000) ,JSUtils.divide(dlhj_avg_valueHB,10000)); |
111 | //吨水消耗 | 111 | //吨水消耗 |
112 | FRportlCommandCenterVO lastYearVo = new FRportlCommandCenterVO("吨水电耗",dsdh_value ,dsdh_value_Hb ,dsdh_value_Tb); | 112 | FRportlCommandCenterVO lastYearVo = new FRportlCommandCenterVO("吨水电耗",dsdh_value ,dsdh_value_Tb,dsdh_value_Hb ); |
113 | fRportlCommandCenterVOList.add( nowMonthVO) ; | 113 | fRportlCommandCenterVOList.add( nowMonthVO) ; |
114 | fRportlCommandCenterVOList.add( lastMonthVO) ; | 114 | fRportlCommandCenterVOList.add( lastMonthVO) ; |
115 | fRportlCommandCenterVOList.add( lastYearVo) ; | 115 | fRportlCommandCenterVOList.add( lastYearVo) ; | ... | ... |
-
请 注册 或 登录 后发表评论