tangzy
2021-08-19 a95ee49d82de77f3bdec9db3e3c7f337a2037204
src/main/java/org/springblade/modules/information/controller/InformationController.java
@@ -163,6 +163,15 @@
         dept.setAncestors("0,1420222961377357825");
         dept.setDeptCategory(1);
      }
      //跨区域保安公司
      if (information.getStats().equals("4")) {
         Long i = 1425366663452196865L;
         dept.setParentId(i);
         dept.setTenantId("000000");
         dept.setDeptName(information.getEnterprisename());
         dept.setAncestors("0,1425366663452196865");
         dept.setDeptCategory(1);
      }
      if (iDeptService.submit(dept)) {
         CacheUtil.clear(SYS_CACHE);
         // 返回懒加载树更新节点所需字段