no message

This commit is contained in:
hellcat 2025-06-12 15:53:08 +08:00
parent aed1f478e4
commit edecccf668

View File

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