|
|
|
@ -617,7 +617,7 @@ public class AmsReportServiceImpl implements AmsReportService { |
|
|
|
|
|
|
|
RmsDto.QueryDetail queryDetail = new RmsDto.QueryDetail(); |
|
|
|
queryDetail.setEvaluationId(dto.getEvaluationId()); |
|
|
|
RmsVo.ReportDetail detail = rmsService.queryReportDetail(queryDetail); |
|
|
|
RmsVo.ReportDetail detail = rmsService.queryReport(queryDetail); |
|
|
|
if (detail == null) { |
|
|
|
return null; |
|
|
|
} |
|
|
|
@ -1234,7 +1234,7 @@ public class AmsReportServiceImpl implements AmsReportService { |
|
|
|
|
|
|
|
RmsDto.QueryDetail queryDetail = new RmsDto.QueryDetail(); |
|
|
|
queryDetail.setEvaluationId(dto.getEvaluationId()); |
|
|
|
RmsVo.ReportDetail detail = rmsService.queryReportDetail(queryDetail); |
|
|
|
RmsVo.ReportDetail detail = rmsService.queryReport(queryDetail); |
|
|
|
//查询测评量表
|
|
|
|
List<RmsVo.ReportScore> scores = rmsDao.queryEmsScaleScore(dto.getEvaluationId(), CollectionUtil.newArrayList()); |
|
|
|
if (CollUtil.isNotEmpty(scores)) { |
|
|
|
@ -1440,7 +1440,7 @@ public class AmsReportServiceImpl implements AmsReportService { |
|
|
|
|
|
|
|
RmsDto.QueryDetail queryDetail = new RmsDto.QueryDetail(); |
|
|
|
queryDetail.setEvaluationId(dto.getEvaluationId()); |
|
|
|
RmsVo.ReportDetail detail = rmsService.queryReportDetail(queryDetail); |
|
|
|
RmsVo.ReportDetail detail = rmsService.queryReport(queryDetail); |
|
|
|
if (detail == null) { |
|
|
|
return null; |
|
|
|
} |
|
|
|
|