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