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