ソースを参照

20221013 補寄信(1005~1011) 1231-1250

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

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

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