e8f72998 张雷

Merge remote-tracking branch 'origin/master' into master

2 个父辈 73085ddc 17140847
...@@ -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) ;
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!