* fix bug for ajax get story.

This commit is contained in:
wangyidong
2018-02-27 14:42:41 +08:00
parent 427fdff324
commit e3fae8dffe
+1 -1
View File
@@ -1820,7 +1820,7 @@ class storyModel extends model
->andWhere('assignedTo')->eq($account)
->orderBy('id_desc')
->limit($limit)
->fetchAll();
->fetchPairs('id', 'title');
}
/**