|
|
@ -249,7 +249,7 @@ public class ImsDutyRecController extends BladeController { |
|
|
|
@PostMapping("/queryEmergency") |
|
|
|
@PostMapping("/queryEmergency") |
|
|
|
@ApiOperationSupport(order = 6) |
|
|
|
@ApiOperationSupport(order = 6) |
|
|
|
@ApiOperation(value = "查询突发事件记录", notes = "传入imsDutyEmergencyEntity") |
|
|
|
@ApiOperation(value = "查询突发事件记录", notes = "传入imsDutyEmergencyEntity") |
|
|
|
public R queryEmergency(@RequestBody ImsDutyEmergencyVo imsDutyEmergencyVo,Query query) { |
|
|
|
public R queryEmergency( ImsDutyEmergencyVo imsDutyEmergencyVo,Query query) { |
|
|
|
return iImsDutyEmergencyService.queryEntity(imsDutyEmergencyVo,query); |
|
|
|
return iImsDutyEmergencyService.queryEntity(imsDutyEmergencyVo,query); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|