* [bug] skip filter tpl.

This commit is contained in:
sunguangming
2025-12-05 01:39:44 +00:00
parent 97d0b13590
commit b7cb88cd32
+1
View File
@@ -111,6 +111,7 @@ class programplanTao extends programplanModel
*/
protected function getParentStages(int $executionID, int $planID, int $productID, string $param = ''): array|false
{
dao::$filterTpl = 'skip';
$parentStage = $this->dao->select('t1.id, t1.name')->from(TABLE_PROJECT)->alias('t1')
->beginIF($productID)
->leftJoin(TABLE_PROJECTPRODUCT)->alias('t2')->on('t1.id = t2.project')