diff --git a/hb_server/apps/pm/services.py b/hb_server/apps/pm/services.py index 9e9c2b7..51b5409 100644 --- a/hb_server/apps/pm/services.py +++ b/hb_server/apps/pm/services.py @@ -16,6 +16,8 @@ class PmService: for i in qs_list: ret[i['process__number']] = { 'process':i['process'], + 'process_number':i['process__number'], + 'process_name':i['process_name'], 'count':i['count'], 'count_real':i['count_real'], 'count_ok':i['count_ok'],