Pārlūkot izejas kodu

20221013 補寄信(1005~1011) 1151-1170

LuluFJ.Ho 2 gadus atpakaļ
vecāks
revīzija
6c74a1ea61
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2
    2
      app/Http/Services/Api/SeminarSignUpService.php

+ 2
- 2
app/Http/Services/Api/SeminarSignUpService.php Parādīt failu

@@ -115,8 +115,8 @@ class SeminarSignUpService
115 115
         
116 116
         $res = $this->signupDb
117 117
             ->select(['*'])
118
-            ->where('id', '>', '1130')
119
-            ->where('id', '<', '1151')
118
+            ->where('id', '>', '1150')
119
+            ->where('id', '<', '1171')
120 120
 
121 121
             ->get()
122 122
             ->toArray();