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