소스 검색

20221014 重新存取 utm 參數

LuluFJ.Ho 2 년 전
부모
커밋
52752c1a21
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      app/Http/Services/Api/SeminarSignUpService.php

+ 2
- 2
app/Http/Services/Api/SeminarSignUpService.php 파일 보기

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