瀏覽代碼

20221013 補寄信(1005~1011) 1271-1290

LuluFJ.Ho 2 年之前
父節點
當前提交
dcb098722a
共有 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', '>', '1250')
119
-            ->where('id', '<', '1271')
118
+            ->where('id', '>', '1270')
119
+            ->where('id', '<', '1291')
120 120
 
121 121
             ->get()
122 122
             ->toArray();