浏览代码

20221013 補寄信(1005~1011) 1171-1190

LuluFJ.Ho 3 年前
父节点
当前提交
e8ef0593dc
共有 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', '>', '1150')
119
-            ->where('id', '<', '1171')
118
+            ->where('id', '>', '1170')
119
+            ->where('id', '<', '1191')
120
 
120
 
121
             ->get()
121
             ->get()
122
             ->toArray();
122
             ->toArray();