|
@@ -98,10 +98,10 @@ public class ExamManualLedgerServiceImpl extends BaseServiceImpl<Long, ExamManua
|
|
|
}
|
|
|
|
|
|
@Override
|
|
|
- public ExamManualLedgerStatisticsDto getExamManualLedgerStatistics(Integer organId, Long examId) {
|
|
|
+ public ExamManualLedgerStatisticsDto getExamManualLedgerStatistics(Integer organId, Long examId, Integer targetOrganId) {
|
|
|
if(Objects.isNull(examId)){
|
|
|
throw new BizException("请指定考级项目");
|
|
|
}
|
|
|
- return examManualLedgerDao.getExamManualLedgerStatistics(organId, examId);
|
|
|
+ return examManualLedgerDao.getExamManualLedgerStatistics(organId, examId, targetOrganId);
|
|
|
}
|
|
|
}
|