no message

This commit is contained in:
hellcat 2025-06-12 16:03:32 +08:00
parent edecccf668
commit e3404a4fca
2 changed files with 2 additions and 1 deletions

View File

@ -320,6 +320,7 @@ class SakaiController
$s = "/book#up__3";
$s = "/book#main";
$s = "/book#unlike";
$s = "likeg ss";
// $s = "firel";
// $s = "likeg__4 s";
// $s = "like ss";

View File

@ -1838,7 +1838,7 @@ class Book extends Base {
$iRowStart = ($iPage - 1) * $iOptionLimit;
$oBook = ModelBook::where("rag", "like", "%".$sValue."%")->limit($iOptionLimit)->offset($iRowStart)->get();
$oBook = ModelBook::where("rag", "like", "%".$sValue."%")->get();
$this->aRagOption["is_shadow_list"] = true;