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