| | |
| | | // } |
| | | //封装两边人员关联和部门关联 |
| | | packageDepartmentPersonnel(); |
| | | String tricode_fun = Global.getSystemConfig("data.synchronism.function", "").replaceAll(" ", ""); |
| | | String tricode_fun = fs.getString("function_code"); |
| | | if (StringUtils.isEmpty(tricode_fun)) { |
| | | tricode_fun = fs.getString("function_code"); |
| | | } |
| | |
| | | // this.packageButton(); |
| | | // ConnectionInterface conn = functionSynchrService.getConnection(fs); |
| | | //通过线程循环添加功能信息 |
| | | ExecutorService exec = Executors.newCachedThreadPool(); |
| | | ExecutorService exec = Executors.newFixedThreadPool(1); |
| | | List<Set<String>> clearAttachmentSets = new ArrayList<>(); |
| | | for (int i = 0; i < tricode_funs.length; i++) { |
| | | //获取jdbc连接 |