[admin] filter improve & fix ad link

This commit is contained in:
xiaomlove
2022-03-04 16:16:56 +08:00
parent b9d5df232b
commit 0665770ca5
51 changed files with 218 additions and 71 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ class HitAndRunRepository extends BaseRepository
}
//If is VIP or above, pass
if ($row->user->class >= User::CLASS_VIP) {
if ($row->user->class >= HitAndRun::MINIMUM_IGNORE_USER_CLASS) {
$result = $this->reachedBySpecialUserClass($row);
if ($result) {
$successCounts++;