566efa9b 康伟

kangwei:

1 个父辈 a46cc2b6
......@@ -206,7 +206,7 @@ public class SysCommandCentreController {
}
@AutoLog(value = "指挥中心-能耗分析(新)")
@ApiOperation(value="指挥中心-能耗分析(新)", notes="指挥中心-能耗分析(新)")
@GetMapping(value = "/statisticsByElectricity")
@GetMapping(value = "/statisticsByElectricityNew")
public Result<List<FRportlCommandCenterVO>> statisticsByElectricityNew(ReportItemvParam reportItemvParam) {
Result<List<FRportlCommandCenterVO>> result = new Result();
String departId = BaseContextHandler.getDeparts();
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!