fix: cal_real_task_count 在子任务数量上错误

This commit is contained in:
caoqianming 2025-02-25 15:05:54 +08:00
parent 0e96485fae
commit 2e9f858205
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ class PmService:
break
div_number0 = 1
rate, div_number, mtype, rq = rate_list[indx+1]
if rq.parent is None:
if rq.parent is not None:
xcount = 0
else:
if mtype == Process.PRO_DIV: