Преглед изворни кода

20221013 補寄信(1005~1011) 1211-1230

LuluFJ.Ho пре 3 година
родитељ
комит
a1097eb038
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', '>', '1190')
119
-            ->where('id', '<', '1211')
118
+            ->where('id', '>', '1210')
119
+            ->where('id', '<', '1231')
120
 
120
 
121
             ->get()
121
             ->get()
122
             ->toArray();
122
             ->toArray();