Sfoglia il codice sorgente

20221013 重新存取 utm 參數20221013 重新存取 utm 參數

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

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

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