Explorar el Código

20221014 重新存取 utm 參數

LuluFJ.Ho hace 2 años
padre
commit
fc7e39538f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      app/Http/Services/Api/SeminarSignUpService.php

+ 1
- 1
app/Http/Services/Api/SeminarSignUpService.php Ver fichero

@@ -139,7 +139,7 @@ class SeminarSignUpService
139 139
         
140 140
         $res = $this->signupDb
141 141
             ->select(['id', 'media'])
142
-            ->where('id', '>', '99')
142
+            ->where('id', '>', '526')
143 143
             // ->where('id', '<', '100')
144 144
 
145 145
             ->get()