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