Selaa lähdekoodia

20221013 補寄信(1005~1011) 1051-1070

LuluFJ.Ho 3 vuotta sitten
vanhempi
commit
da077d75b6
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2
    2
      app/Http/Services/Api/SeminarSignUpService.php

+ 2
- 2
app/Http/Services/Api/SeminarSignUpService.php Näytä tiedosto

115
         
115
         
116
         $res = $this->signupDb
116
         $res = $this->signupDb
117
             ->select(['*'])
117
             ->select(['*'])
118
-            ->where('id', '>', '1030')
119
-            ->where('id', '<', '1051')
118
+            ->where('id', '>', '1050')
119
+            ->where('id', '<', '1071')
120
 
120
 
121
             ->get()
121
             ->get()
122
             ->toArray();
122
             ->toArray();