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