From d4f5713e0af639f7266c0fe097456617b4d8c10d 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', ]