This commit is contained in:
Àî×ÚÕñ 2022-08-16 10:35:52 +08:00
parent 55b40b3ff6
commit 5401bf8490

View File

@ -61,7 +61,7 @@ def chkData(data):
res1['owner_name'] = owner_name_dict.get(key6, '人才库') res1['owner_name'] = owner_name_dict.get(key6, '人才库')
if 'education' in res1: if 'education' in res1:
key7 = res1['education'] key7 = res1['education']
res1['education'] = interview_stage_dict.get(key7, '大专') res1['education'] = education_dict.get(key7, '大专')
if 'mmended_state' in res1: if 'mmended_state' in res1:
key8 = res1['mmended_state'] key8 = res1['mmended_state']
res1['mmended_state'] = mmended_state_dict.get(key8, '未推荐') res1['mmended_state'] = mmended_state_dict.get(key8, '未推荐')