lyh
7 天以前 86ba6f759117d9437bcaab902efa29e8cf72c815
lxzn-module-eam/src/main/java/org/jeecg/modules/eam/controller/EamReportAccidentsRegisterController.java
@@ -181,7 +181,7 @@
       if (StrUtil.isBlank(eamReportAccidentsRegisterDto.getTaskId()) || StrUtil.isBlank(eamReportAccidentsRegisterDto.getDataId()) || StrUtil.isBlank(eamReportAccidentsRegisterDto.getInstanceId())) {
          return Result.error("审批任务错误或不存在!");
       }
       return  eamReportAccidentsRegisterService.audit(eamReportAccidentsRegisterDto);
       return eamReportAccidentsRegisterService.audit(eamReportAccidentsRegisterDto);
    }