From 9d4e4cc1e4ce7f56b63a40d182b218c641ab6f7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=80=C3=AE=C3=97=C3=9A=C3=95=C3=B1?= Date: Mon, 19 Sep 2022 10:14:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E8=A1=A8=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/api_v1/endpoints/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/api_v1/endpoints/forms.py b/api/api_v1/endpoints/forms.py index 1420ef1..74206ae 100644 --- a/api/api_v1/endpoints/forms.py +++ b/api/api_v1/endpoints/forms.py @@ -1001,7 +1001,7 @@ async def hr_works_form( for key, value_data in msg_data.items(): for true_key, num in value_data.items(): count_data[true_key] += num - res_msg[job_name1].update({'总计': count_data}) + # res_msg[job_name1].update({'总计': count_data}) res_data = {} for k, v in res_msg.items():