From 4bd89c91651af2a82d80efcb8d9c080d03b3a29a Mon Sep 17 00:00:00 2001 From: Khantey Long Date: Wed, 8 Jul 2026 10:15:38 +0700 Subject: [PATCH] fix bug in service --- dashboard/app/Services/DashboardService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/app/Services/DashboardService.php b/dashboard/app/Services/DashboardService.php index 6ff420d..364edf9 100644 --- a/dashboard/app/Services/DashboardService.php +++ b/dashboard/app/Services/DashboardService.php @@ -600,7 +600,7 @@ class DashboardService COUNT(DISTINCT CASE WHEN case_lab_results.is_positive = 1 AND ( - LOWER(case_lab_results.pathogen_name) LIKE '%covid%' + LOWER(case_lab_results.pathogen_name) LIKE '%sars%' ) THEN surveillance_cases.lab_code END) as covid_positive