fix: remove unused column

This commit is contained in:
hu.sima 2023-08-10 16:29:52 +08:00
parent 790204ea28
commit d4f5713e0a
1 changed files with 0 additions and 1 deletions

View File

@ -45,7 +45,6 @@ def get_all_employee_list(block=0, to_dict=True):
'email',
'mobile',
'direct_supervisor_id',
'annual_leave',
'block',
'department_id',
]