소스 검색

server changes

root 3 년 전
부모
커밋
029cad7189
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      app/Http/Controllers/HomeController.php

+ 2 - 1
app/Http/Controllers/HomeController.php

@@ -1388,7 +1388,8 @@ WHERE measurement.label NOT IN ('SBP', 'DBP')
         }
 
         $appointments = $appointments
-            ->whereRaw('status NOT IN (\'CANCELLED\', \'COMPLETED\')')
+            
+	    // ->whereRaw('status NOT IN (\'CANCELLED\', \'COMPLETED\')')
             ->orderBy('start_time', 'asc')
             ->get();