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