Explorar el Código

20221013 補寄信(1005~1011) 901-1000

LuluFJ.Ho hace 2 años
padre
commit
c8c2d1bcd3
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      app/Http/Services/Api/SeminarSignUpService.php

+ 2
- 2
app/Http/Services/Api/SeminarSignUpService.php Ver fichero

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