From 5401bf84905dcfcd3dd344022eab64b1f75d0f96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=80=C3=AE=C3=97=C3=9A=C3=95=C3=B1?= Date: Tue, 16 Aug 2022 10:35:52 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E6=9E=901?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/api_v1/endpoints/interview.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/api_v1/endpoints/interview.py b/api/api_v1/endpoints/interview.py index 48df447..83cd5d2 100644 --- a/api/api_v1/endpoints/interview.py +++ b/api/api_v1/endpoints/interview.py @@ -61,7 +61,7 @@ def chkData(data): res1['owner_name'] = owner_name_dict.get(key6, '人才库') if 'education' in res1: key7 = res1['education'] - res1['education'] = interview_stage_dict.get(key7, '大专') + res1['education'] = education_dict.get(key7, '大专') if 'mmended_state' in res1: key8 = res1['mmended_state'] res1['mmended_state'] = mmended_state_dict.get(key8, '未推荐')