update onetime package

This commit is contained in:
Tokumeikoi
2020-03-01 23:29:49 +08:00
parent 60b197410c
commit 47d8dfd7c8
3 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@ class ServerService
->whereRaw('u + d < transfer_enable')
->where(function ($query) {
$query->where('expired_at', '>=', time())
->orWhere('expired_at', 0);
->orWhere('expired_at', NULL);
})
->where('enable', 1)
->select([