瀏覽代碼

20221014 重新存取 utm 參數

LuluFJ.Ho 2 年之前
父節點
當前提交
09a6faa25f
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      app/Http/Services/Api/SeminarSignUpService.php

+ 2
- 2
app/Http/Services/Api/SeminarSignUpService.php 查看文件

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