Commit b5cfea22 authored by caotao's avatar caotao

获取全国数据service未替换

parent 0bd4732c
...@@ -173,7 +173,7 @@ public class MonitoringMapController extends BaseController { ...@@ -173,7 +173,7 @@ public class MonitoringMapController extends BaseController {
@ApiOperation(value = "运行监盘-获取全国数据") @ApiOperation(value = "运行监盘-获取全国数据")
@GetMapping("/getTotalData") @GetMapping("/getTotalData")
public void getTotalData() { public void getTotalData() {
monitoringServiceImpl.getTotalData(); monitorService.getTotalData();
} }
@TycloudOperation(ApiLevel = UserType.AGENCY, needAuth = false) @TycloudOperation(ApiLevel = UserType.AGENCY, needAuth = false)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment