update_plan_process_json

This commit is contained in:
caoqianming 2021-12-30 09:37:43 +08:00
parent 6d2fa1d5af
commit bccf495ebd
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ class PmService:
ret[i['process__number']] = {
'process':i['process'],
'process_number':i['process__number'],
'process_name':i['process_name'],
'process_name':i['process__name'],
'count':i['count'],
'count_real':i['count_real'],
'count_ok':i['count_ok'],