no message
This commit is contained in:
parent
5587464273
commit
77ebdfd051
@ -111,9 +111,12 @@ class Book extends Model
|
|||||||
|
|
||||||
$oSelf = $oSelf->where(function($query) use ($aTodoShowRank) {
|
$oSelf = $oSelf->where(function($query) use ($aTodoShowRank) {
|
||||||
$query->whereNotIn("rank", $aTodoShowRank)
|
$query->whereNotIn("rank", $aTodoShowRank)
|
||||||
|
->where("rank", "!=", "done")
|
||||||
->orWhereNull("rank");
|
->orWhereNull("rank");
|
||||||
});
|
});
|
||||||
|
|
||||||
|
} else if ($oParentRag->case == "DONE") {
|
||||||
|
$oSelf = $oSelf->where("rank", "done");
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user