no message

This commit is contained in:
hellcat 2025-06-11 11:54:05 +08:00
parent 32669be764
commit 0e52eff8a0

View File

@ -95,7 +95,7 @@ class Book extends Model
$oSelf = $oSelf->whereRaw($aRagOption["where"]);
}
if (isset($aRagOption["todo_show_type"])) {
if ($oParentRag->type == "todo") {
$oSelf = $oSelf->where("rank", "!=", "done");
$oSelf = $oSelf->where("rank", "!=", "block");
}