This commit is contained in:
yumoqing 2026-03-25 17:04:13 +08:00
parent 5c1695827c
commit 23c3b293e8

View File

@ -352,7 +352,7 @@ order by b.enabled_date desc"""
msg = f'{p=},{f}: {spec_value=}, {data_value=}' msg = f'{p=},{f}: {spec_value=}, {data_value=}'
exception(f'{e}:{msg}') exception(f'{e}:{msg}')
break break
if p_ok: if p_ok and p.formula:
np = p.copy() np = p.copy()
times = float(times) times = float(times)
unit = float(unit) unit = float(unit)