@@ -139,7 +139,7 @@ class SeminarSignUpService
$res = $this->signupDb
->select(['id', 'media'])
- ->where('id', '>', '99')
+ ->where('id', '>', '526')
// ->where('id', '<', '100')
->get()