unknown 4 년 전
부모
커밋
13c78285bf
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      app/Http/Controllers/PracticeManagementController.php

+ 2 - 0
app/Http/Controllers/PracticeManagementController.php

@@ -988,6 +988,8 @@ class PracticeManagementController extends Controller
             }
         }
 
+        $patientsQuery->where('notes_total', '>', 0);
+
         $patientsQuery->orderBy('notes_without_claiming_closed', 'DESC');
 
         $patients = $patientsQuery->paginate(50);