Просмотр исходного кода

20221013 補寄信(1005~1011) 901-920

LuluFJ.Ho 3 лет назад
Родитель
Сommit
f5f651f2d2
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      app/Http/Services/Api/SeminarSignUpService.php

+ 1
- 1
app/Http/Services/Api/SeminarSignUpService.php Просмотреть файл

116
         $res = $this->signupDb
116
         $res = $this->signupDb
117
             ->select(['*'])
117
             ->select(['*'])
118
             ->where('id', '>', '900')
118
             ->where('id', '>', '900')
119
-            ->where('id', '<', '1001')
119
+            ->where('id', '<', '921')
120
 
120
 
121
             ->get()
121
             ->get()
122
             ->toArray();
122
             ->toArray();