@@ -115,8 +115,8 @@ class SeminarSignUpService
$res = $this->signupDb
->select(['*'])
- ->where('id', '>', '920')
- ->where('id', '<', '951')
+ ->where('id', '>', '950')
+ ->where('id', '<', '971')
->get()
->toArray();