Commit 1a2c9d92 authored by 鲁鸿波's avatar 鲁鸿波

危险作业抽查率,合规率修改

事故统计,导出修改
parent 94edb3f6
...@@ -324,7 +324,7 @@ public class AccidentReportController extends SuperController { ...@@ -324,7 +324,7 @@ public class AccidentReportController extends SuperController {
@GetMapping(value = "/accidentReportDetailExport") @GetMapping(value = "/accidentReportDetailExport")
public BaseResponse<BizGeneralResponse> export(HttpServletResponse response, ReportDetailParam reportDetailParam) { public BaseResponse<BizGeneralResponse> export(HttpServletResponse response, ReportDetailParam reportDetailParam) {
BaseResponse<BizGeneralResponse> baseResponse = new BaseResponse<>(); BaseResponse<BizGeneralResponse> baseResponse = new BaseResponse<>();
reportDetailParam.setUserId(getUserId());
Page<AccidentReportDetail> accidentReportDetailPage = accidentReportService.selectAccidentReportDetail(reportDetailParam); Page<AccidentReportDetail> accidentReportDetailPage = accidentReportService.selectAccidentReportDetail(reportDetailParam);
if (CollectionUtils.isEmpty(accidentReportDetailPage.getRecords())) { if (CollectionUtils.isEmpty(accidentReportDetailPage.getRecords())) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment