@@ -116,7 +116,7 @@ class SeminarSignUpService
$res = $this->signupDb
->select(['*'])
->where('id', '>', '900')
- ->where('id', '<', '1001')
+ ->where('id', '<', '921')
->get()
->toArray();