This commit is contained in:
antv
2026-07-17 14:19:34 +07:00
parent 7af5de6048
commit 98a56eb130
6 changed files with 426 additions and 96 deletions
+2
View File
@@ -257,6 +257,7 @@ class UserService implements UserServiceInterface
->whereBetween('date', [$start, $end])
->where('received', '>', 0)
->skip($offset + $limit)
->take(1)
->exists();
return [
@@ -293,6 +294,7 @@ class UserService implements UserServiceInterface
->whereBetween('date', [$start, $end])
->where('sent', '>', 0)
->skip($offset + $limit)
->take(1)
->exists();
return [