Sfoglia il codice sorgente

20221013 補寄信(1005~1011) 1031-1050

LuluFJ.Ho 2 anni fa
parent
commit
2f02ab023c
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2
    2
      app/Http/Services/Api/SeminarSignUpService.php

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

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