1.优化面试阶段
This commit is contained in:
parent
07f17058dd
commit
317c101054
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user