no message
This commit is contained in:
parent
7aae713b09
commit
f909f7eb2c
@ -41,6 +41,7 @@ class CronController
|
|||||||
$s = $v;
|
$s = $v;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$h = "00";
|
||||||
//// test end
|
//// test end
|
||||||
|
|
||||||
if ($h == "00") {
|
if ($h == "00") {
|
||||||
|
|||||||
@ -317,6 +317,7 @@ class SakaiController
|
|||||||
$s = "back";
|
$s = "back";
|
||||||
$s = "/cron#test";
|
$s = "/cron#test";
|
||||||
$s = "/book#main";
|
$s = "/book#main";
|
||||||
|
$s = "/book#up__3";
|
||||||
// $s = "war 8";
|
// $s = "war 8";
|
||||||
// $s = "no 9";
|
// $s = "no 9";
|
||||||
// $s = "detail__all 1";
|
// $s = "detail__all 1";
|
||||||
|
|||||||
@ -1293,12 +1293,12 @@ class Book extends Base {
|
|||||||
} else {
|
} else {
|
||||||
$iNoMin = ModelBook::where("path", $this->sPath)->where("checked", 1)->orderBy("no")->first()?->no;
|
$iNoMin = ModelBook::where("path", $this->sPath)->where("checked", 1)->orderBy("no")->first()?->no;
|
||||||
}
|
}
|
||||||
|
// tomd($iNoMin);
|
||||||
if (!$iNoMin) {
|
if (!$iNoMin) {
|
||||||
return "没有选中";
|
return "没有选中";
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->_to($iNoMin - 1);
|
$this->_to($iNoMin - 1, $aNoNow);
|
||||||
|
|
||||||
return $this->openRe();
|
return $this->openRe();
|
||||||
}
|
}
|
||||||
@ -1317,7 +1317,7 @@ class Book extends Base {
|
|||||||
return "没有选中";
|
return "没有选中";
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->_to($iNoMax + 1);
|
$this->_to($iNoMax + 1, $aNoNow);
|
||||||
|
|
||||||
return $this->openRe();
|
return $this->openRe();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user