ソースを参照

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

LuluFJ.Ho 2 年 前
コミット
ded5acc4ce
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      app/Http/Services/Api/SeminarSignUpService.php

+ 1
- 1
app/Http/Services/Api/SeminarSignUpService.php ファイルの表示

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