From adb3d46f398fb3cb31b9a34a22add91e2e4089ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=80=C3=AE=C3=97=C3=9A=C3=95=C3=B1?= Date: Wed, 7 Sep 2022 14:49:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/api_v1/endpoints/interview.py | 1 + 1 file changed, 1 insertion(+) diff --git a/api/api_v1/endpoints/interview.py b/api/api_v1/endpoints/interview.py index 858654b..8e7409e 100644 --- a/api/api_v1/endpoints/interview.py +++ b/api/api_v1/endpoints/interview.py @@ -181,6 +181,7 @@ async def interview_stage_num( sql = res['sql'] data = await db.execute(sql) res_data = { + '0': 0, '1': 0, '2': 0, '3': 0,