|
@@ -243,11 +243,11 @@ public class ArchiveExpertConclusionServiceImpl extends BaseServiceImpl<ArchiveE
|
|
|
throw new ServiceException("专家账号信息错误,请联系管理员");
|
|
|
}
|
|
|
//获取所有专家个人证书
|
|
|
- List<SignPfxFile> list = baseMapper.getAllSign(userIds);
|
|
|
- if (list.size() == 0 || list.size() != userIds.size()){
|
|
|
- throw new ServiceException("有专家没有配置电签,请联系管理员");
|
|
|
- }
|
|
|
- Map<Long, SignPfxFile> map = list.stream().collect(Collectors.toMap(l -> l.getCertificateUserId(), l -> l));
|
|
|
+// List<SignPfxFile> list = baseMapper.getAllSign(userIds);
|
|
|
+// if (list.size() == 0 || list.size() != userIds.size()){
|
|
|
+// throw new ServiceException("有专家没有配置电签,请联系管理员");
|
|
|
+// }
|
|
|
+// Map<Long, SignPfxFile> map = list.stream().collect(Collectors.toMap(l -> l.getCertificateUserId(), l -> l));
|
|
|
|
|
|
String pdfUrl = "";
|
|
|
try {
|