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

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

@@ -146,7 +146,10 @@ class DingtalkService
      * 更新员工和部门
      **/
     public static function renew(){
-        $department_list = UserService::get_department_column();
-        p($department_list);exit;
+//        $department_list = UserService::get_department_column();
+        $data = self::department_listsub(0);
+        p($data);
+//        p($department_list);
+        exit;
     }
 }