Browse Source

20221013 補寄信(1005~1011) 1231-1250

LuluFJ.Ho 2 years ago
parent
commit
33df4e9569
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      app/Http/Services/Api/SeminarSignUpService.php

+ 2
- 2
app/Http/Services/Api/SeminarSignUpService.php View File

115
         
115
         
116
         $res = $this->signupDb
116
         $res = $this->signupDb
117
             ->select(['*'])
117
             ->select(['*'])
118
-            ->where('id', '>', '1210')
119
-            ->where('id', '<', '1231')
118
+            ->where('id', '>', '1230')
119
+            ->where('id', '<', '1251')
120
 
120
 
121
             ->get()
121
             ->get()
122
             ->toArray();
122
             ->toArray();