默认待筛选

This commit is contained in:
Àî×ÚÕñ 2022-09-16 16:20:35 +08:00
parent ae94f1624c
commit d2e4264f0c

View File

@ -446,6 +446,7 @@ async def file_to_hw(
"language": [], "language": [],
"remembrance": [], "remembrance": [],
"file_url": url, "file_url": url,
"hr_manner": 2,
} }
uid = get_uid() uid = get_uid()
data_mode['uid'] = 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" 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"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" 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) chk_txt = getText_pdf(path_data + '/' + filename)
data = fmt_txt(chk_txt) data = fmt_txt(chk_txt)