From ad6c6ed8950cfc2cc08425ce349c954134dc96f9 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 25 Mar 2026 18:16:09 +0800 Subject: [PATCH] bugfix --- pricing/pricing.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pricing/pricing.py b/pricing/pricing.py index 5da8a62..fe903c5 100644 --- a/pricing/pricing.py +++ b/pricing/pricing.py @@ -363,6 +363,7 @@ order by b.enabled_date desc""" e = f'{p} not formula found' exception(e) raise Exception(e) + debug(f'{formula=}, {ns=}') np.amount = eval(formula, ns) ret_items.append(np) if len(ret_items) == 0: