|
|
@@ -250,6 +250,7 @@ public class RateService {
|
|
|
//承办过
|
|
|
dataMap.put("undertake", rate.isUndertakeExamination() ? "是" : "否");
|
|
|
//考级机构名称
|
|
|
+ dataMap.put("examination", "");
|
|
|
Set<Long> ids = collaborateRepo.findAllByRateId(rate.getId())
|
|
|
.stream()
|
|
|
.map(Collaborate::getGradingOrganizationId)
|