默认待筛选
This commit is contained in:
parent
ae94f1624c
commit
d2e4264f0c
@ -446,6 +446,7 @@ async def file_to_hw(
|
||||
"language": [],
|
||||
"remembrance": [],
|
||||
"file_url": url,
|
||||
"hr_manner": 2,
|
||||
}
|
||||
uid = get_uid()
|
||||
data_mode['uid'] = uid
|
||||
@ -454,7 +455,7 @@ async def file_to_hw(
|
||||
f" education, work_undergo, project_undergo, work_list, school, at_school, specialty, specialty_do, " \
|
||||
f"mmended_state, mail, account, id_card, gender, age, gam, interview_state, counts, nation, come_time," \
|
||||
f" review, upgrade, now_money, men_state, teacher_state, teacher_back, offer_state, offer_exam_state," \
|
||||
f" notice_state, pass_why, pass_text, now_address,language,remembrance, file_url) values"
|
||||
f" notice_state, pass_why, pass_text, now_address,language,remembrance, file_url, hr_manner) values"
|
||||
# 存数据
|
||||
chk_txt = getText_pdf(path_data + '/' + filename)
|
||||
data = fmt_txt(chk_txt)
|
||||
|
Loading…
Reference in New Issue
Block a user