e608f5a2 康伟

kangwei: 提交“指标中心”后端接口

1 个父辈 86b6e998
...@@ -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") );//去年同期
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!