浏览代码

20220901 fix insertData function

LuluFJ.Ho 2 年前
父节点
当前提交
d60d3c3b33
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      app/Http/Services/Web/SeminarSignUpService.php

+ 1
- 1
app/Http/Services/Web/SeminarSignUpService.php 查看文件

@@ -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;