wesmiler 3 tháng trước cách đây
mục cha
commit
046216fb2a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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']);
             }