ソースを参照

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

LuluFJ.Ho 3 年 前
コミット
c8c2d1bcd3
共有1 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 2
    2
      app/Http/Services/Api/SeminarSignUpService.php

+ 2
- 2
app/Http/Services/Api/SeminarSignUpService.php ファイルの表示

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