| | |
| | | passwordFreeLoginService.pwdFreeLoginByBoolean(systemId.toLowerCase(Locale.ROOT), this.getRequest()); |
| | | }catch (Throwable e){ |
| | | errorid[0] ="1"; |
| | | throw new Throwable("用户鉴权失败."); |
| | | throw new Throwable("用户鉴权失败,原因:"+e.getMessage()); |
| | | } |
| | | List<ClassfyVO> classVOList = classfysVO.getClassify(); |
| | | //InterParameterVO finalInterParameterVO = interParameterVO; |
| | |
| | | log.info("开始读取系统配置文件 start"); |
| | | Map<String, String> stringStringMap=attributeMapConfig.getSystem_attrmap(); |
| | | log.info("集成系统属性映射配置文件条目数-》"+stringStringMap.size()); |
| | | //stringStringMap.put("RLM","D:\\RLM.xml"); |
| | | if(!CollectionUtils.isEmpty(stringStringMap)) { |
| | | List<LibraryClsfDO> libraryClsfDOList=new ArrayList<>(); |
| | | try { |