unknown 4 năm trước cách đây
mục cha
commit
cef9d82a9c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/Http/Controllers/PracticeManagementController.php

+ 1 - 1
app/Http/Controllers/PracticeManagementController.php

@@ -988,7 +988,7 @@ class PracticeManagementController extends Controller
             }
         }
 
-        $patientsQuery->where('notes_total', '>', 0);
+        $patientsQuery->whereRaw('(SELECT COUNT(*) FROM note where note.client_id = client.id) > 0');
 
         $patientsQuery->orderBy('notes_without_claiming_closed', 'DESC');