This commit is contained in:
yumoqing 2026-03-25 18:16:09 +08:00
parent c41441dbc3
commit ad6c6ed895

View File

@ -363,6 +363,7 @@ order by b.enabled_date desc"""
e = f'{p} not formula found' e = f'{p} not formula found'
exception(e) exception(e)
raise Exception(e) raise Exception(e)
debug(f'{formula=}, {ns=}')
np.amount = eval(formula, ns) np.amount = eval(formula, ns)
ret_items.append(np) ret_items.append(np)
if len(ret_items) == 0: if len(ret_items) == 0: