Sfoglia il codice sorgente

20220901 fix insertData function

LuluFJ.Ho 2 anni fa
parent
commit
d60d3c3b33
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      app/Http/Services/Web/SeminarSignUpService.php

+ 1
- 1
app/Http/Services/Web/SeminarSignUpService.php Vedi File

@@ -62,7 +62,7 @@ class SeminarSignUpService
62 62
             ->where('trackNo', '=', $trackNo)
63 63
             ->first();
64 64
         
65
-        if ($limit->trackLimit>$nowCount) {
65
+        if ($limit['trackLimit']>$nowCount) {
66 66
             return true;
67 67
         } else {
68 68
             return false;