@@ -115,8 +115,8 @@ class SeminarSignUpService
$res = $this->signupDb
->select(['*'])
- ->where('id', '>', '1230')
- ->where('id', '<', '1251')
+ ->where('id', '>', '1250')
+ ->where('id', '<', '1271')
->get()
->toArray();