lyh
昨天 7e8d0345fa4afce3a0c25f0445c43a80657fd04e
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));
    }
}