kangwei: 提交“指标中心”后端接口
正在显示
1 个修改的文件
包含
0 行增加
和
1 行删除
... | @@ -256,7 +256,6 @@ public class SysCommandCentreController { | ... | @@ -256,7 +256,6 @@ public class SysCommandCentreController { |
256 | FRportlCommandCenterVO dayData = new FRportlCommandCenterVO();//日数据 | 256 | FRportlCommandCenterVO dayData = new FRportlCommandCenterVO();//日数据 |
257 | //FRportlCommandCenterVO yearData = new FRportlCommandCenterVO();//年数据 | 257 | //FRportlCommandCenterVO yearData = new FRportlCommandCenterVO();//年数据 |
258 | 258 | ||
259 | |||
260 | monthData.setValue( DigitalUtils.division(currenteportItemv.getSumValue() ,"10000") ); | 259 | monthData.setValue( DigitalUtils.division(currenteportItemv.getSumValue() ,"10000") ); |
261 | monthData.setValueHb( DigitalUtils.division( lastMonthReportItemv.getSumValue(),"10000"));//上月同期; | 260 | monthData.setValueHb( DigitalUtils.division( lastMonthReportItemv.getSumValue(),"10000"));//上月同期; |
262 | monthData.setValueTb( DigitalUtils.division( lastYearReportItemv.getSumValue(),"10000") );//去年同期 | 261 | monthData.setValueTb( DigitalUtils.division( lastYearReportItemv.getSumValue(),"10000") );//去年同期 | ... | ... |
-
请 注册 或 登录 后发表评论