Ver código fonte

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

LuluFJ.Ho 3 anos atrás
pai
commit
ea0b46fe31
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2
    2
      app/Http/Services/Api/SeminarSignUpService.php

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

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