Explorar el Código

20221013 補寄信(1005~1011) 1311-1330

LuluFJ.Ho hace 3 años
padre
commit
cf7ef1e7f2
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
         
115
         
116
         $res = $this->signupDb
116
         $res = $this->signupDb
117
             ->select(['*'])
117
             ->select(['*'])
118
-            ->where('id', '>', '1290')
119
-            ->where('id', '<', '1311')
118
+            ->where('id', '>', '1310')
119
+            ->where('id', '<', '1331')
120
 
120
 
121
             ->get()
121
             ->get()
122
             ->toArray();
122
             ->toArray();