Explorar el Código

20221013 補寄信(1005~1011) 1071-1090

LuluFJ.Ho hace 2 años
padre
commit
431f96d3d5
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', '>', '1050')
119
-            ->where('id', '<', '1071')
118
+            ->where('id', '>', '1070')
119
+            ->where('id', '<', '1091')
120 120
 
121 121
             ->get()
122 122
             ->toArray();