no message

This commit is contained in:
hellcat 2025-06-16 16:03:33 +08:00
parent 5587464273
commit 77ebdfd051

View File

@ -111,9 +111,12 @@ class Book extends Model
$oSelf = $oSelf->where(function($query) use ($aTodoShowRank) {
$query->whereNotIn("rank", $aTodoShowRank)
->where("rank", "!=", "done")
->orWhereNull("rank");
});
} else if ($oParentRag->case == "DONE") {
$oSelf = $oSelf->where("rank", "done");
}
}