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