wesmiler 2 mesi fa
parent
commit
0c0f2b3c12
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      app/Services/Api/MeetingService.php

+ 1 - 0
app/Services/Api/MeetingService.php

@@ -268,6 +268,7 @@ class MeetingService extends BaseService
                         ->orWhere('b.realname','like',"%{$keyword}%");
                 }
             })
+            ->where('b.id','>',0)
             ->where(['a.user_id'=>$userId,'a.meeting_id'=>$meetingId,'a.mark'=>1])
             ->select(['a.*'])
             ->orderBy('a.id','desc')