@@ -115,8 +115,8 @@ class SeminarSignUpService
$res = $this->signupDb
->select(['*'])
- ->where('id', '>', '1010')
- ->where('id', '<', '1031')
+ ->where('id', '>', '1030')
+ ->where('id', '<', '1051')
->get()
->toArray();