@@ -115,8 +115,8 @@ class SeminarSignUpService
$res = $this->signupDb
->select(['*'])
- ->where('id', '>', '839')
- ->where('id', '<', '901')
+ ->where('id', '>', '900')
+ ->where('id', '<', '1001')
->get()
->toArray();