@@ -115,8 +115,8 @@ class SeminarSignUpService
$res = $this->signupDb
->select(['*'])
- ->where('id', '>', '1030')
- ->where('id', '<', '1051')
+ ->where('id', '>', '1050')
+ ->where('id', '<', '1071')
->get()
->toArray();