kangwei:
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
sk-module-biz/src/main/java/com/skua/modules/dataAnalysis/controller/SysCommandCentreController.java
... | @@ -206,7 +206,7 @@ public class SysCommandCentreController { | ... | @@ -206,7 +206,7 @@ public class SysCommandCentreController { |
206 | } | 206 | } |
207 | @AutoLog(value = "指挥中心-能耗分析(新)") | 207 | @AutoLog(value = "指挥中心-能耗分析(新)") |
208 | @ApiOperation(value="指挥中心-能耗分析(新)", notes="指挥中心-能耗分析(新)") | 208 | @ApiOperation(value="指挥中心-能耗分析(新)", notes="指挥中心-能耗分析(新)") |
209 | @GetMapping(value = "/statisticsByElectricity") | 209 | @GetMapping(value = "/statisticsByElectricityNew") |
210 | public Result<List<FRportlCommandCenterVO>> statisticsByElectricityNew(ReportItemvParam reportItemvParam) { | 210 | public Result<List<FRportlCommandCenterVO>> statisticsByElectricityNew(ReportItemvParam reportItemvParam) { |
211 | Result<List<FRportlCommandCenterVO>> result = new Result(); | 211 | Result<List<FRportlCommandCenterVO>> result = new Result(); |
212 | String departId = BaseContextHandler.getDeparts(); | 212 | String departId = BaseContextHandler.getDeparts(); | ... | ... |
-
请 注册 或 登录 后发表评论