no message
This commit is contained in:
parent
aed1f478e4
commit
edecccf668
@ -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;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user