* change getList to getByList

* add getByList in story module.
This commit is contained in:
wyd621
2014-03-24 02:24:56 +00:00
parent b66c834b43
commit 8086d79e70
5 changed files with 34 additions and 13 deletions
+1 -1
View File
@@ -684,7 +684,7 @@ class taskModel extends model
* @access public
* @return array
*/
public function getList($taskIDList = 0)
public function getByList($taskIDList = 0)
{
return $this->dao->select('*')->from(TABLE_TASK)
->where('deleted')->eq(0)