no message

This commit is contained in:
hellcat 2025-06-11 18:08:38 +08:00
parent c833b5b366
commit 7bc6c66f99

View File

@ -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);
}