Parcourir la source

20221013 補寄信(1005~1011) 1291-1310

LuluFJ.Ho il y a 2 ans
Parent
révision
ea0b46fe31
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2
    2
      app/Http/Services/Api/SeminarSignUpService.php

+ 2
- 2
app/Http/Services/Api/SeminarSignUpService.php Voir le fichier

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