no message
This commit is contained in:
parent
c833b5b366
commit
7bc6c66f99
@ -1606,13 +1606,13 @@ class Book extends Base {
|
||||
{
|
||||
$iLimit = ModelBookOption::_hit("fire_limit");
|
||||
|
||||
$oBookFire = ModelBook::where("fire", "!=", NULL)->orderBy("fire")->limit($iLimit)->get();
|
||||
$oBookFire = ModelBook::where("fire", "!=", NULL)->orderBy("fire")->where("is_del", 0)->limit($iLimit)->get();
|
||||
|
||||
$sWarningLine = ModelBookOption::_hit("fire_warning_line");
|
||||
|
||||
$this->aOption["show_id"] = true;
|
||||
|
||||
$this->_cd("firel");
|
||||
// $this->_cd("firel");
|
||||
|
||||
return $this->bookToStr($oBookFire);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user