* [bug#62932,done,2h,0h] set template project autoTpl is false.

This commit is contained in:
wangyuting
2025-05-29 02:23:18 +00:00
parent 119c5155b5
commit d80141e0e5
5 changed files with 8 additions and 10 deletions
-1
View File
@@ -869,7 +869,6 @@ class programplanModel extends model
->where('t1.deleted')->eq(0)
->andWhere('t1.project')->eq($projectID)
->andWhere('t1.execution')->in($planIdList)
->setAutoTpl(false)
->orderBy('execution_asc, order_asc, id_asc')
->fetchAll('id');
}