* fix bug.

This commit is contained in:
wangyidong
2021-03-22 11:22:34 +08:00
parent a558122672
commit a81bfd3978
+2 -2
View File
@@ -2444,8 +2444,8 @@ class executionModel extends model
->andWhere('t2.deleted')->eq(0)
->andWhere('t2.status')->ne('closed')
->andWhere('t2.stage')->in('wait,planned,executioned,developing')
->groupBy('execution')
->fetchAll('execution');
->groupBy('project')
->fetchAll('project');
foreach($burns as $executionID => $burn)
{