批量导入简历优化
This commit is contained in:
parent
aa3212676f
commit
6247661e14
@ -977,7 +977,7 @@ async def files_to_hw(
|
||||
break
|
||||
if not user_chk_name:
|
||||
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:
|
||||
resume_affix_id = []
|
||||
|
Loading…
Reference in New Issue
Block a user