diff --git a/api/api_v1/endpoints/interview.py b/api/api_v1/endpoints/interview.py index e8941e5..75130ce 100644 --- a/api/api_v1/endpoints/interview.py +++ b/api/api_v1/endpoints/interview.py @@ -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)