no message
This commit is contained in:
parent
e192b57a79
commit
4f103fa684
@ -1837,7 +1837,6 @@ class Book extends Base {
|
||||
$iOptionLimit = ModelBookOption::_hit("global_like_limit");
|
||||
|
||||
$iRowStart = ($iPage - 1) * $iOptionLimit;
|
||||
$iRowStart = $iRowStart == 0 ? 1 : $iRowStart;
|
||||
|
||||
$oBook = ModelBook::where("rag", "like", "%".$sValue."%")->limit($iOptionLimit)->offset($iRowStart)->get();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user