소스 검색

模板填充

licailing 4 년 전
부모
커밋
6871433224
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/main/java/com/izouma/wenlvju/service/RateService.java

+ 1 - 0
src/main/java/com/izouma/wenlvju/service/RateService.java

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