批量导入简历优化

This commit is contained in:
Àî×ÚÕñ 2022-10-24 15:52:04 +08:00
parent aa3212676f
commit 6247661e14

View File

@ -977,7 +977,7 @@ async def files_to_hw(
break break
if not user_chk_name: if not user_chk_name:
user_chk_name = file.split('.')[0] user_chk_name = file.split('.')[0]
files_other = [i for i in file_list if user_chk_name in i.split('.')[0] and i != file.split('.')[0]] files_other = [i for i in file_list if user_chk_name in i and i.split('.')[0] != file.split('.')[0]]
# 存在相关附件 # 存在相关附件
if files_other: if files_other:
resume_affix_id = [] resume_affix_id = []