Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
c8b2c81cd9
|
|
@ -82,7 +82,6 @@ public class MonitoringCoverageController {
|
|||
|
||||
@ApiOperation(value = "监控活跃度分析-列表")
|
||||
@PostMapping(value = "getMonitoringHydList")
|
||||
@SysLog(title = "监控活跃度分析详情", model = "监控覆盖->监控活跃度分析", operaType = OperaType.QUERY, details = "监控活跃度分析详情",logType = 1)
|
||||
public Map<String, Object> getMonitoringHydList(ParamsDto dto) {
|
||||
return service.getMonitoringHydList(dto);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ public class ProVioController {
|
|||
|
||||
@ApiOperation(value = "工程违章统计-列表")
|
||||
@PostMapping(value = "getProVioList")
|
||||
@SysLog(title = "工程违章统计", model = "值班任务->工程违章统计", operaType = OperaType.QUERY, details = "工程违章统计",logType = 1)
|
||||
@SysLog(title = "工程违章统计", model = "安全风险->工程违章统计", operaType = OperaType.QUERY, details = "查询工程违章统计数据",logType = 1)
|
||||
public Map<String, Object> getProVioList(ParamsDto dto) {
|
||||
return service.getProVioList(dto);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ public class RiskCostController {
|
|||
|
||||
@ApiOperation(value = "风险成本影响分析-列表")
|
||||
@PostMapping(value = "getRiskCostList")
|
||||
@SysLog(title = "风险成本影响分析", model = "值班任务->风险时段分析", operaType = OperaType.QUERY, details = "风险成本影响分析",logType = 1)
|
||||
@SysLog(title = "风险成本影响分析", model = "安全风险->风险时段分析", operaType = OperaType.QUERY, details = "查询风险成本影响数据",logType = 1)
|
||||
public Map<String, Object> getRiskCostList(ParamsDto dto) {
|
||||
return service.getRiskCostList(dto);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ public class RiskProController {
|
|||
|
||||
@ApiOperation(value = "风险工程排名-列表")
|
||||
@PostMapping(value = "getList")
|
||||
@SysLog(title = "风险工程排名", model = "值班任务->风险工程排名", operaType = OperaType.QUERY, details = "风险工程排名",logType = 1)
|
||||
@SysLog(title = "风险工程排名", model = "安全风险->风险工程排名", operaType = OperaType.QUERY, details = "查询风险工程排名数据",logType = 1)
|
||||
public Map<String, Object> getList(ParamsDto dto) {
|
||||
return service.getList(dto);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -34,14 +34,14 @@ public class RiskRectController {
|
|||
|
||||
@ApiOperation(value = "风险整改分析-列表")
|
||||
@PostMapping(value = "getRiskRectList")
|
||||
@SysLog(title = "风险整改分析", model = "值班任务->风险整改分析", operaType = OperaType.QUERY, details = "风险整改分析",logType = 1)
|
||||
@SysLog(title = "风险整改分析", model = "安全风险->风险整改分析", operaType = OperaType.QUERY, details = "查询风险整改数据",logType = 1)
|
||||
public Map<String, Object> getRiskRectList(ParamsDto dto) {
|
||||
return service.getRiskRectList(dto);
|
||||
}
|
||||
|
||||
@ApiOperation(value = "风险整改分析-整改详情")
|
||||
@PostMapping(value = "getRiskRectDetail")
|
||||
@SysLog(title = "风险整改分析整改详情", model = "值班任务->风险整改分析", operaType = OperaType.QUERY, details = "整改详情",logType = 1)
|
||||
@SysLog(title = "风险整改分析", model = "安全风险->风险整改分析", operaType = OperaType.QUERY, details = "查询整改详情数据",logType = 1)
|
||||
public AjaxResult getRiskRectDetail(ParamsDto dto) {
|
||||
return service.getRiskRectDetail(dto);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ public class RiskTimeController {
|
|||
|
||||
@ApiOperation(value = "风险时段分析-列表")
|
||||
@PostMapping(value = "getRiskTimeList")
|
||||
@SysLog(title = "风险时段分析", model = "值班任务->风险时段分析", operaType = OperaType.QUERY, details = "风险时段分析",logType = 1)
|
||||
@SysLog(title = "风险时段分析", model = "安全风险->风险时段分析", operaType = OperaType.QUERY, details = "查询风险时段分析数据",logType = 1)
|
||||
public Map<String, Object> getRiskTimeList(ParamsDto dto) {
|
||||
return service.getRiskTimeList(dto);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue