wesmiler 2 miesięcy temu
rodzic
commit
046216fb2a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app/Services/Common/MeetingService.php

+ 1 - 1
app/Services/Common/MeetingService.php

@@ -104,7 +104,7 @@ class MeetingService extends BaseService
             $query = $this->model->where('mark', 1);
 
             // 状态筛选
-            if (isset($params['status']) && $params['status'] !== '') {
+            if (isset($params['status']) && $params['status']) {
                 $query->where('status', $params['status']);
             }