diff --git a/application/default/controllers/DataController.php b/application/default/controllers/DataController.php index 690b7bfc..afce6fab 100755 --- a/application/default/controllers/DataController.php +++ b/application/default/controllers/DataController.php @@ -593,7 +593,7 @@ class DataController extends Zend_Controller_Action $sql=$this->db->quoteInto($sql,$uuid); $this->view->resources=$this->db->fetchAll($sql); //建议参考文献 - $sql="select r.* from reference r left join mdref m on m.refid=r.id where m.uuid=? and m.reftype=0"; + $sql="select r.* from reference r left join mdref m on m.refid=r.id where m.uuid=? and m.reftype=0 order by m.place"; $sql=$this->db->quoteInto($sql,$uuid); $this->view->ref=$this->db->fetchAll($sql); //用户发表文献