add onetime plan

This commit is contained in:
Tokumeikoi
2020-02-28 01:12:55 +08:00
parent 0f9cb9696d
commit e7fd81bf4c
6 changed files with 31 additions and 56 deletions

View File

@ -14,6 +14,7 @@ class ServerService
$query->where('expired_at', '>=', time())
->orWhere('expired_at', 0);
})
->where('enable', 1)
->select([
'id',
'email',