@@ -115,8 +115,8 @@ class SeminarSignUpService
$res = $this->signupDb
->select(['*'])
- ->where('id', '>', '1330')
- ->where('id', '<', '1351')
+ ->where('id', '>', '1350')
+ ->where('id', '<', '1371')
->get()
->toArray();