czt
7 天以前 f6abc8c724eed706487b7616bc6c816e5db5c939
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);
   }
   /**