|
|
@ -37,6 +37,8 @@ public class MainSystemMonitoringController { |
|
|
|
* |
|
|
|
* |
|
|
|
* @return |
|
|
|
* @return |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|
|
|
|
@OperationAnnotation(title = "首页工作台", operatorType = OperatorType.MOBILE, |
|
|
|
|
|
|
|
businessType = BusinessType.GENCODE,action = "获取当时历史数据 (日发电量,月发电量,年发电量,有功功率)") |
|
|
|
@ApiLog |
|
|
|
@ApiLog |
|
|
|
@ApiOperationSupport(order = 20) |
|
|
|
@ApiOperationSupport(order = 20) |
|
|
|
@ApiOperation("获取当时历史数据 (日发电量,月发电量,年发电量,有功功率)") |
|
|
|
@ApiOperation("获取当时历史数据 (日发电量,月发电量,年发电量,有功功率)") |
|
|
@ -55,6 +57,8 @@ public class MainSystemMonitoringController { |
|
|
|
@ApiLog |
|
|
|
@ApiLog |
|
|
|
@ApiOperationSupport(order = 20) |
|
|
|
@ApiOperationSupport(order = 20) |
|
|
|
@ApiOperation("获取当时历史数据 (日发电量,月发电量,年发电量,有功功率)") |
|
|
|
@ApiOperation("获取当时历史数据 (日发电量,月发电量,年发电量,有功功率)") |
|
|
|
|
|
|
|
@OperationAnnotation(title = "首页工作台", operatorType = OperatorType.MOBILE, |
|
|
|
|
|
|
|
businessType = BusinessType.GENCODE,action = "获取当时历史数据 (日发电量,月发电量,年发电量,有功功率)") |
|
|
|
@PostMapping("/getHisDataByDeptNew") |
|
|
|
@PostMapping("/getHisDataByDeptNew") |
|
|
|
public R<StationVo> getHisDataByDeptNew(@Valid @RequestBody RoutingParamVo vo) { |
|
|
|
public R<StationVo> getHisDataByDeptNew(@Valid @RequestBody RoutingParamVo vo) { |
|
|
|
return mainSystemMonitoringService.getRedisHisDataByDeptNew(vo.getCycle(),vo.getDeptIds(),"0"); |
|
|
|
return mainSystemMonitoringService.getRedisHisDataByDeptNew(vo.getCycle(),vo.getDeptIds(),"0"); |
|
|
@ -66,6 +70,8 @@ public class MainSystemMonitoringController { |
|
|
|
* |
|
|
|
* |
|
|
|
* @return |
|
|
|
* @return |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|
|
|
|
@OperationAnnotation(title = "首页工作台", operatorType = OperatorType.MOBILE, |
|
|
|
|
|
|
|
businessType = BusinessType.GENCODE,action = "获取折线图-新版") |
|
|
|
@ApiLog |
|
|
|
@ApiLog |
|
|
|
@ApiOperationSupport(order = 20) |
|
|
|
@ApiOperationSupport(order = 20) |
|
|
|
@ApiOperation("获取折线图") |
|
|
|
@ApiOperation("获取折线图") |
|
|
@ -80,6 +86,8 @@ public class MainSystemMonitoringController { |
|
|
|
* |
|
|
|
* |
|
|
|
* @return |
|
|
|
* @return |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|
|
|
|
@OperationAnnotation(title = "首页工作台", operatorType = OperatorType.MOBILE, |
|
|
|
|
|
|
|
businessType = BusinessType.GENCODE,action = "获取折线图-旧版") |
|
|
|
@ApiOperationSupport(order = 20) |
|
|
|
@ApiOperationSupport(order = 20) |
|
|
|
@ApiOperation("获取折线图") |
|
|
|
@ApiOperation("获取折线图") |
|
|
|
@PostMapping("/getTheDayHydrograph") |
|
|
|
@PostMapping("/getTheDayHydrograph") |
|
|
@ -96,6 +104,8 @@ public class MainSystemMonitoringController { |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
@ApiOperationSupport(order = 50) |
|
|
|
@ApiOperationSupport(order = 50) |
|
|
|
@ApiOperation("获取路由") |
|
|
|
@ApiOperation("获取路由") |
|
|
|
|
|
|
|
@OperationAnnotation(title = "首页工作台", operatorType = OperatorType.MOBILE, |
|
|
|
|
|
|
|
businessType = BusinessType.GENCODE,action = "根据用户权限获取路由") |
|
|
|
@PostMapping("/toGetTheRouting") |
|
|
|
@PostMapping("/toGetTheRouting") |
|
|
|
public R<InDustryVo> toGetTheRouting(@Valid @RequestBody RoutingParamVo vo) { |
|
|
|
public R<InDustryVo> toGetTheRouting(@Valid @RequestBody RoutingParamVo vo) { |
|
|
|
return R.data(mainSystemMonitoringService.getUserDataScopeHomePage(vo.getBusinessType(), vo.getStationType(), vo.getDeptIds(), vo.getRefTerminal())); |
|
|
|
return R.data(mainSystemMonitoringService.getUserDataScopeHomePage(vo.getBusinessType(), vo.getStationType(), vo.getDeptIds(), vo.getRefTerminal())); |
|
|
@ -111,6 +121,8 @@ public class MainSystemMonitoringController { |
|
|
|
@ApiOperationSupport(order = 50) |
|
|
|
@ApiOperationSupport(order = 50) |
|
|
|
@ApiOperation("机构") |
|
|
|
@ApiOperation("机构") |
|
|
|
@GetMapping("/dept/list") |
|
|
|
@GetMapping("/dept/list") |
|
|
|
|
|
|
|
@OperationAnnotation(title = "首页工作台", operatorType = OperatorType.MOBILE, |
|
|
|
|
|
|
|
businessType = BusinessType.GENCODE,action = "机构") |
|
|
|
public R<List<Dept>> deptList() { |
|
|
|
public R<List<Dept>> deptList() { |
|
|
|
return mainSystemMonitoringService.doDeptList(); |
|
|
|
return mainSystemMonitoringService.doDeptList(); |
|
|
|
|
|
|
|
|
|
|
@ -119,12 +131,15 @@ public class MainSystemMonitoringController { |
|
|
|
@ApiLog |
|
|
|
@ApiLog |
|
|
|
@GetMapping("/listByAuth") |
|
|
|
@GetMapping("/listByAuth") |
|
|
|
@ApiOperationSupport(order = 100) |
|
|
|
@ApiOperationSupport(order = 100) |
|
|
|
|
|
|
|
@OperationAnnotation(title = "首页工作台", operatorType = OperatorType.MOBILE, |
|
|
|
|
|
|
|
businessType = BusinessType.GENCODE,action = "根据用户权限查询站点") |
|
|
|
@ApiOperation(value = "根据用户权限查询站点", notes = "") |
|
|
|
@ApiOperation(value = "根据用户权限查询站点", notes = "") |
|
|
|
public R<List<StationEntity>> listByAuth(StationEntity entity) { |
|
|
|
public R<List<StationEntity>> listByAuth(StationEntity entity) { |
|
|
|
return R.data(mainSystemMonitoringService.doListByAuth(entity)); |
|
|
|
return R.data(mainSystemMonitoringService.doListByAuth(entity)); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@ApiLog |
|
|
|
@ApiLog |
|
|
|
|
|
|
|
|
|
|
|
@GetMapping("/listByAuthDept") |
|
|
|
@GetMapping("/listByAuthDept") |
|
|
|
@OperationAnnotation(title = "排班计划",operatorType = OperatorType.MOBILE,businessType = BusinessType.GENCODE,action |
|
|
|
@OperationAnnotation(title = "排班计划",operatorType = OperatorType.MOBILE,businessType = BusinessType.GENCODE,action |
|
|
|
= "根据用户权限查询站点及部门") |
|
|
|
= "根据用户权限查询站点及部门") |
|
|
@ -135,6 +150,8 @@ public class MainSystemMonitoringController { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@ApiLog |
|
|
|
@ApiLog |
|
|
|
|
|
|
|
@OperationAnnotation(title = "首页工作台", operatorType = OperatorType.MOBILE, |
|
|
|
|
|
|
|
businessType = BusinessType.GENCODE,action = "根据用户权限获取机构") |
|
|
|
@GetMapping("/deptByAuthUser") |
|
|
|
@GetMapping("/deptByAuthUser") |
|
|
|
@ApiOperationSupport(order = 100) |
|
|
|
@ApiOperationSupport(order = 100) |
|
|
|
@ApiOperation(value = "根据用户权限获取机构", notes = "") |
|
|
|
@ApiOperation(value = "根据用户权限获取机构", notes = "") |
|
|
|