Merge branch 'master' of https://github.com/easysoft/zentaopms
This commit is contained in:
@@ -178,7 +178,7 @@ class treeModel extends model
|
||||
*/
|
||||
public function getLinePairs()
|
||||
{
|
||||
return $this->dao->select('id, name')->from(TABLE_MODULE)->where('type')->eq('line')->fetchPairs();
|
||||
return $this->dao->select('id, name')->from(TABLE_MODULE)->where('type')->eq('line')->andWhere('deleted')->eq(0)->fetchPairs();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user