Selaa lähdekoodia

20221014 重新存取 utm 參數

LuluFJ.Ho 2 vuotta sitten
vanhempi
commit
09a6faa25f
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

@@ -139,8 +139,8 @@ class SeminarSignUpService
139 139
         
140 140
         $res = $this->signupDb
141 141
             ->select(['id', 'media'])
142
-            ->where('id', '>', '3')
143
-            ->where('id', '<', '6')
142
+            ->where('id', '>', '5')
143
+            ->where('id', '<', '100')
144 144
 
145 145
             ->get()
146 146
             ->toArray();