@@ -115,8 +115,8 @@ class SeminarSignUpService
$res = $this->signupDb
->select(['*'])
- ->where('id', '>', '990')
- ->where('id', '<', '1011')
+ ->where('id', '>', '1010')
+ ->where('id', '<', '1031')
->get()
->toArray();