This commit is contained in:
yumoqing 2026-04-20 21:32:44 +08:00
parent e0885481c8
commit 3e57154b26

View File

@ -438,7 +438,7 @@ order by b.enabled_date desc"""
np.amount = eval(formula, config_data)
ret_items.append(np)
else:
info(f'{config_data=}, {P=} mismatched')
info(f'{config_data=}, {p=} mismatched')
if len(ret_items) == 0:
e = f'{config_data=}{yamlstr=}没有找到合适的定价'
exception(e)