Browse Source

更新员工和部门

zhanglinxin 1 year ago
parent
commit
8f67281bbf
1 changed files with 2 additions and 3 deletions
  1. 2 3
      application/common/service/DingtalkService.php

+ 2 - 3
application/common/service/DingtalkService.php

@@ -147,10 +147,9 @@ class DingtalkService
      **/
     public static function renew(){
 //        $department_list = UserService::get_department_column();
-        $department_data = [];
 
-        p(self::get_tree(''));
-//        p($department_list);
+        $department_data = self::get_tree(1);
+        p($department_data);
         exit;
     }