lxzn-module-eam/src/main/java/org/jeecg/modules/eam/controller/EamReportAccidentsRegisterController.java
@@ -270,4 +270,16 @@ return super.importExcel(request, response, EamReportAccidentsRegister.class); } /** * 设备事故登记表打印 * @param ids * @return */ @AutoLog(value = "设备事故登记表-设备事故登记表打印") @ApiOperation(value="设备事故登记表-设备事故登记表打印", notes="设备事故登记表-设备事故登记表打印") @GetMapping(value = "/batchExport") public Result<?> batchExport(String ids){ return Result.ok(eamReportAccidentsRegisterService.findListByIds(ids)); } }