no message

This commit is contained in:
hellcat 2025-06-11 12:47:32 +08:00
parent 7248662f1d
commit ae4d604710

View File

@ -99,8 +99,10 @@ class Book extends Model
$sTodoShowRank = BookOption::_hit("todo_show_rank");
$aTodoShowRank = explode(",", $sTodoShowRank);
// $aTodoShowRank = [done];
// tomd($aTodoShowRank, 1);
$oSelf = $oSelf->whereIn("rank", $aTodoShowRank);
$oSelf = $oSelf->orWhereNull("rank");
// $oSelf = $oSelf->where("rank", "!=", "done");
// $oSelf = $oSelf->where("rank", "!=", "block");