* Finish task #42850 Cost:0.5h

This commit is contained in:
dingna
2021-09-26 09:51:02 +08:00
parent f182feb33c
commit b416d20512
+1 -1
View File
@@ -173,7 +173,7 @@ class programModel extends model
$plans = $this->dao->select('id, product, title')->from(TABLE_PRODUCTPLAN)
->where('deleted')->eq(0)
->andWhere('product')->in($productPairs)
->andWhere('end')->gt(helper::today())
->andWhere('end')->ge(helper::today())
->fetchGroup('product');
/* Get all products linked projects. */