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():