Ver código fonte

20221013 補寄信(1005~1011) 1011-1030

LuluFJ.Ho 2 anos atrás
pai
commit
cb20469876
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,8 +115,8 @@ class SeminarSignUpService
115 115
         
116 116
         $res = $this->signupDb
117 117
             ->select(['*'])
118
-            ->where('id', '>', '990')
119
-            ->where('id', '<', '1011')
118
+            ->where('id', '>', '1010')
119
+            ->where('id', '<', '1031')
120 120
 
121 121
             ->get()
122 122
             ->toArray();