This commit is contained in:
wangyidong
2017-12-21 15:18:16 +08:00
parent c81d3a4ee7
commit ee157b0e84
-1
View File
@@ -2287,7 +2287,6 @@ class storyModel extends model
}
$plans = $this->dao->select('id,title')->from(TABLE_PRODUCTPLAN)
->where('product')->in($productID)
->beginIF($branch)->andWhere('branch')->in($branch)->fi()
->andWhere('deleted')->eq(0)
->fetchPairs('id', 'title');
$stages = $this->dao->select('*')->from(TABLE_STORYSTAGE)->where('branch')->in($branch)->fetchGroup('story', 'branch');