sgj
2025-12-03 a04453432c9898df83961eaea26dd97b65537f02
fzzy-igdss-view/src/main/java/com/fzzy/igds/DeptPR.java
@@ -34,7 +34,7 @@
   @DataProvider
   public List<Dept> getAllData() {
      return coreDeptService.getAllDeptData();
      return coreDeptService.listDept(null,ContextUtil.getCompanyId(),null);
   }
   /**