Merge branch 'fixbug_liumengyi_32414' into 'master'
* Fix bug 32513. See merge request easycorp/zentaopms!7106
This commit is contained in:
@@ -1472,7 +1472,7 @@ class executionModel extends model
|
||||
->andWhere('t2.type')->eq('stage')
|
||||
->andWhere('t2.grade')->eq(1)
|
||||
->andWhere('t2.deleted')->eq(0)
|
||||
->andWhere('t2.parent')->eq($oldExecution->id)
|
||||
->andWhere('t2.parent')->eq($oldExecution->parent)
|
||||
->fetch('total');
|
||||
|
||||
if(!$oldPercentTotal) $oldPercentTotal = 0;
|
||||
|
||||
Reference in New Issue
Block a user