|
|
|
@ -82,7 +82,7 @@ public class ImsDutyRecController extends BladeController {
|
|
|
|
|
*/ |
|
|
|
|
@OperationAnnotation(moduleName = "值班管理",title = "交接班记录",operatorType = OperatorType.MOBILE,businessType = |
|
|
|
|
BusinessType.GENCODE, |
|
|
|
|
action = "分页--交接班记录") |
|
|
|
|
action = "分页查询交接班记录列表") |
|
|
|
|
@GetMapping("/pageList") |
|
|
|
|
@ApiOperationSupport(order = 3) |
|
|
|
|
@ApiOperation(value = "分页--交接班记录", notes = "传入entity") |
|
|
|
@ -260,7 +260,7 @@ public class ImsDutyRecController extends BladeController {
|
|
|
|
|
@ApiOperationSupport(order = 6) |
|
|
|
|
@OperationAnnotation(moduleName = "值班管理",title = "值班突发事件登记",operatorType = OperatorType.MOBILE,businessType = |
|
|
|
|
BusinessType.GENCODE,action |
|
|
|
|
= "列表(不分页)") |
|
|
|
|
= "查询值班突发事件登记数据") |
|
|
|
|
@ApiOperation(value = "查询突发事件记录", notes = "传入imsDutyEmergencyEntity") |
|
|
|
|
public R queryEmergency( @Valid @RequestBody ImsDutyEmergencyVo imsDutyEmergencyVo,Query query) { |
|
|
|
|
return iImsDutyEmergencyService.queryEntity(imsDutyEmergencyVo,query); |
|
|
|
@ -296,7 +296,7 @@ public class ImsDutyRecController extends BladeController {
|
|
|
|
|
@OperationAnnotation(moduleName = "值班管理", title = "值班日志配置", |
|
|
|
|
operatorType = OperatorType.MOBILE, |
|
|
|
|
businessType = BusinessType.GENCODE, |
|
|
|
|
action = "查询分析实例模板") |
|
|
|
|
action = "查询值班日志配置数据") |
|
|
|
|
public R queryAnalyseExample( AnalyseExample analyseExample,Query query) { |
|
|
|
|
return iImsAnalyseExampleService.queryAnalyseExample(analyseExample,query); |
|
|
|
|
} |
|
|
|
|