@@ -115,8 +115,8 @@ class SeminarSignUpService
$res = $this->signupDb
->select(['*'])
- ->where('id', '>', '1170')
- ->where('id', '<', '1191')
+ ->where('id', '>', '1190')
+ ->where('id', '<', '1211')
->get()
->toArray();