| | |
| | | private void queryData(Map<String, List<String>> tabs, Map<String, List<?>> dataMap, Map<String, List<AttachEntity>> annexMap) { |
| | | for (String tab : tabs.keySet()) { |
| | | try { |
| | | String entity = tab.toLowerCase().replace("_", "").split("\\.")[1]; //tab.split(StaticData.POINT)[1].replace("_", ""); |
| | | String entity = tab.toLowerCase().replace("_", "").split("\\.")[1]; |
| | | BasicMapper baseMapper = ClassHelper.getBasicMapper(entity); |
| | | if (null == baseMapper) { |
| | | continue; |
| | |
| | | |
| | | metaDownService.inserts(list); |
| | | } |
| | | |
| | | /** |
| | | * 查询元数据中溢出的单位ID |
| | | */ |
| | | public List<String> selectMetaOverflowDep(UserEntity ue, DownloadReqEntity dr) { |
| | | List<String> rs = new ArrayList<>(); |
| | | |
| | | return rs; |
| | | } |
| | | } |