许鹏程
2025-01-21 3383b83dc9b92a614226505f56075bf546c1e990
product-server-data-sync/src/main/java/com/product/data/sync/service/SyFeDataService.java
@@ -133,7 +133,7 @@
//      }
      //封装两边人员关联和部门关联
      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");
      }
@@ -266,7 +266,7 @@
//        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连接