From 509e8d48c2e7e197ff3cdf9cd28014379fac682f Mon Sep 17 00:00:00 2001 From: Cizz22 Date: Wed, 8 Oct 2025 09:52:03 +0700 Subject: [PATCH] fix --- src/maximo/service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/maximo/service.py b/src/maximo/service.py index 0292963..148b353 100644 --- a/src/maximo/service.py +++ b/src/maximo/service.py @@ -62,7 +62,7 @@ filtered_wo AS ( FROM wo_costs w JOIN location_max lm ON w.asset_location = lm.asset_location WHERE w.total_wo_cost > 0 - AND w.total_wo_cost >= lm.max_cost * 0.2 -- keep within 10% of max + AND w.total_wo_cost >= lm.max_cost * 0.15 -- keep within 10% of max ) SELECT asset_location,