Browse Source

议题状态调整

q 1 year ago
parent
commit
8d90049f33
1 changed files with 1 additions and 1 deletions
  1. 1 1
      webmain/task/openapi/openmeetAction.php

+ 1 - 1
webmain/task/openapi/openmeetAction.php

@@ -130,7 +130,7 @@ class openmeetClassAction extends openapiAction
                         }
                     }
                 }
-                if (count($data['participants']) == 0) {
+                if (isset($data['participants']) && count($data['participants']) == 0) {
                     $data['participants'] = [];
                 }