From 28dea81036f54752212c678e4cce919acd7ac4ab Mon Sep 17 00:00:00 2001 From: "hu.sima" Date: Thu, 10 Aug 2023 16:29:52 +0800 Subject: [PATCH] fix: remove unused column --- cmdb-api/api/lib/common_setting/department.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cmdb-api/api/lib/common_setting/department.py b/cmdb-api/api/lib/common_setting/department.py index e810b06..8da3c58 100644 --- a/cmdb-api/api/lib/common_setting/department.py +++ b/cmdb-api/api/lib/common_setting/department.py @@ -45,7 +45,6 @@ def get_all_employee_list(block=0, to_dict=True): 'email', 'mobile', 'direct_supervisor_id', - 'annual_leave', 'block', 'department_id', ]