no message
This commit is contained in:
parent
e1859d4ab8
commit
47f3ac536b
@ -303,6 +303,17 @@ class SakaiController
|
||||
$s = "toDone 123";
|
||||
$s = "optionSet todo_show_type 1";
|
||||
$s = "openRe";
|
||||
$s = "unsort";
|
||||
$s = "rag asdf";
|
||||
$s = "toDone zzz";
|
||||
$s = "toTip zsss";
|
||||
$s = "openRe";
|
||||
$s = "fire__2 2025-06-20";
|
||||
$s = "fire_toggle";
|
||||
// $s = "detail__all 1";
|
||||
// $s = "noRe";
|
||||
// $s = "rag xxx";
|
||||
|
||||
// $s = "back";
|
||||
// $s = "todoShowType AB";
|
||||
// $s = "type todo";
|
||||
|
||||
@ -124,10 +124,11 @@ class Book extends Model
|
||||
if ($oParentRag->order == "rank_todo") {
|
||||
|
||||
$sTodoOrder = BookOption::_hit("order_rank_todo");
|
||||
$aOrder = explode(",", $sTodoOrder);
|
||||
$aTodoOrder = explode(",", $sTodoOrder);
|
||||
$sTodoOrder = implode(",", array_reverse($aTodoOrder));
|
||||
|
||||
$oSelf = $oSelf->orderByRaw("rank IS NULL, FIELD(rank, " . $sTodoOrder . ") ".$sOrderType);
|
||||
$oSelf = $oSelf->orderByRaw("fire IS NULL, fire ASC");
|
||||
$oSelf = $oSelf->orderByRaw("FIELD(rank, " . $sTodoOrder . ") DESC, (rank IS NULL) ASC");
|
||||
$oSelf = $oSelf->orderByRaw("fire DESC, (fire IS NULL) ASC");
|
||||
|
||||
$sOrder = "no";
|
||||
$sOrderType = "asc";
|
||||
|
||||
@ -1077,7 +1077,7 @@ class Book extends Base {
|
||||
}
|
||||
|
||||
// 私有
|
||||
private function noRe()
|
||||
public function noRe()
|
||||
{
|
||||
// $oBook = ModelBook::where("path", $this->sPath)->where("is_del", 0)->orderBy("no")->orderBy("updated_at", "desc")->get();
|
||||
$oBook = ModelBook::_path($this->sPath, "all");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user