Przeglądaj źródła

20221013 補寄信(1005~1011) 1331-1350

LuluFJ.Ho 2 lat temu
rodzic
commit
f3802b1c00
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2
    2
      app/Http/Services/Api/SeminarSignUpService.php

+ 2
- 2
app/Http/Services/Api/SeminarSignUpService.php Wyświetl plik

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