From 681ab03438a39ed4fe25d8dbdc2bb019ed8ece35 Mon Sep 17 00:00:00 2001 From: Cizz22 Date: Thu, 9 Oct 2025 18:17:37 +0700 Subject: [PATCH] fix --- src/maximo/service.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/maximo/service.py b/src/maximo/service.py index 19b7a75..595329a 100644 --- a/src/maximo/service.py +++ b/src/maximo/service.py @@ -62,7 +62,6 @@ 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.1 -- keep within 10% of max ) SELECT asset_location,