Merge branch 'sprint/165_dingna_task42850' into 'sprint/165'

* Finish task #42850

See merge request easycorp/zentaopms!21
This commit is contained in:
朱金勇
2021-09-26 04:01:53 +00:00
+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. */