bugfix
This commit is contained in:
parent
e0885481c8
commit
3e57154b26
@ -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=} 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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user