Sfoglia il codice sorgente

20221013 補寄信(1005~1011) 921-950

LuluFJ.Ho 2 anni fa
parent
commit
8ce7560b1f
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,8 +115,8 @@ class SeminarSignUpService
115 115
         
116 116
         $res = $this->signupDb
117 117
             ->select(['*'])
118
-            ->where('id', '>', '900')
119
-            ->where('id', '<', '921')
118
+            ->where('id', '>', '920')
119
+            ->where('id', '<', '951')
120 120
 
121 121
             ->get()
122 122
             ->toArray();