This commit is contained in:
yumoqing 2026-04-20 21:39:31 +08:00
parent 3e57154b26
commit e12b217d4e

View File

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