소스 검색

20221013 補寄信(1005~1011) 901-920

LuluFJ.Ho 2 년 전
부모
커밋
f5f651f2d2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      app/Http/Services/Api/SeminarSignUpService.php

+ 1
- 1
app/Http/Services/Api/SeminarSignUpService.php 파일 보기

@@ -116,7 +116,7 @@ class SeminarSignUpService
116 116
         $res = $this->signupDb
117 117
             ->select(['*'])
118 118
             ->where('id', '>', '900')
119
-            ->where('id', '<', '1001')
119
+            ->where('id', '<', '921')
120 120
 
121 121
             ->get()
122 122
             ->toArray();