1.优化面试阶段

This commit is contained in:
李伟 2022-09-16 18:27:56 +08:00
parent 07f17058dd
commit 317c101054

View File

@ -140,6 +140,9 @@ def chkData(data):
if 'education' in res1:
education = res1['education']
res1['education'] = education_dict[education]
if 'teacher_txt' in res1:
teacher_txt=json.loads(res1['teacher_txt'])
res1['teacher_txt'] = teacher_txt
res_data.append(res1)
return res_data