no message
This commit is contained in:
parent
7248662f1d
commit
ae4d604710
@ -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");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user