不输出已经有RIS内容的文献
This commit is contained in:
parent
838afc1d5d
commit
3325569970
|
@ -56,7 +56,7 @@ class RisOutput
|
||||||
{
|
{
|
||||||
if($mode == "all")
|
if($mode == "all")
|
||||||
{
|
{
|
||||||
$sql = "SELECT * FROM {$this->table->reference} ORDER BY year DESC,title ASC,id ASC";
|
$sql = "SELECT * FROM {$this->table->reference} where length(ris)<10 ORDER BY year DESC,title ASC,id ASC";
|
||||||
$rs = $this->db->query($sql);
|
$rs = $this->db->query($sql);
|
||||||
return $rs->fetchAll();
|
return $rs->fetchAll();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue