瀏覽代碼

20221013 補寄信(1005~1011) 1071-1090

LuluFJ.Ho 3 年之前
父節點
當前提交
431f96d3d5
共有 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', '>', '1050')
119
-            ->where('id', '<', '1071')
118
+            ->where('id', '>', '1070')
119
+            ->where('id', '<', '1091')
120
 
120
 
121
             ->get()
121
             ->get()
122
             ->toArray();
122
             ->toArray();