fix error
This commit is contained in:
parent
10937d4d0d
commit
9a72b44369
|
@ -159,7 +159,7 @@ class Reference
|
|||
where s.code='$code' and r.reftype=1
|
||||
order by ref.year,ref.title";
|
||||
$rs=$this->db->query($sql);
|
||||
$return $rs->fetchAll();
|
||||
return $rs->fetchAll();
|
||||
}
|
||||
|
||||
//单条文献的信息
|
||||
|
|
Loading…
Reference in New Issue