单站监控-电表
This commit is contained in:
@ -108,6 +108,15 @@ public class EmsSiteMonitorController extends BaseController{
|
||||
@GetMapping("/getClusterDataInfoList")
|
||||
public AjaxResult getClusterDataInfoList(@RequestParam Long clusterDeviceId)
|
||||
{
|
||||
return success(iEmsSiteService.getClusterDataInfoList(clusterDeviceId));
|
||||
return success(iSingleSiteService.getClusterDataInfoList(clusterDeviceId));
|
||||
}
|
||||
|
||||
/**
|
||||
* 电表数据
|
||||
*/
|
||||
@GetMapping("/getAmmeterDataList")
|
||||
public AjaxResult getAmmeterDataList(@RequestParam Long siteId)
|
||||
{
|
||||
return success(iSingleSiteService.getAmmeterDataList(siteId));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user