566efa9b 康伟

kangwei:

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