소스 검색

20221013 補寄信(1005~1011) 1191-1210

LuluFJ.Ho 2 년 전
부모
커밋
0b233aa7b4
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', '>', '1170')
119
-            ->where('id', '<', '1191')
118
+            ->where('id', '>', '1190')
119
+            ->where('id', '<', '1211')
120 120
 
121 121
             ->get()
122 122
             ->toArray();