Browse Source

20221014 重新存取 utm 參數

LuluFJ.Ho 2 years ago
parent
commit
fc7e39538f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      app/Http/Services/Api/SeminarSignUpService.php

+ 1
- 1
app/Http/Services/Api/SeminarSignUpService.php View File

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