no message
This commit is contained in:
parent
15804c65a0
commit
69595f2d65
@ -231,7 +231,7 @@ class Book extends Base {
|
|||||||
return $r;
|
return $r;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function limit($aParam)
|
public function g_limit($aParam)
|
||||||
{
|
{
|
||||||
$iLimit = $aParam["aArg"][1];
|
$iLimit = $aParam["aArg"][1];
|
||||||
|
|
||||||
@ -851,6 +851,19 @@ class Book extends Base {
|
|||||||
//// page 系列 end
|
//// page 系列 end
|
||||||
|
|
||||||
//// parent 系列
|
//// parent 系列
|
||||||
|
public function limit($aParam)
|
||||||
|
{
|
||||||
|
$iValue = $aParam["aArg"][1] ?? 10;
|
||||||
|
|
||||||
|
$oParentRag = $this->_getParentRag();
|
||||||
|
|
||||||
|
$oParentRag->limit = $iValue;
|
||||||
|
|
||||||
|
$oParentRag->save();
|
||||||
|
|
||||||
|
return $this->openRe();
|
||||||
|
}
|
||||||
|
|
||||||
public function parent_detail()
|
public function parent_detail()
|
||||||
{
|
{
|
||||||
$oParentRag = $this->_getParentRag();
|
$oParentRag = $this->_getParentRag();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user