Merge branch 'fixbug_liumengyi_32414' into 'master'

* Fix bug 32513.

See merge request easycorp/zentaopms!7106
This commit is contained in:
孙广明
2023-03-01 06:33:24 +00:00
+1 -1
View File
@@ -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;