bugfix
This commit is contained in:
parent
dcda520bc7
commit
63cea2614b
@ -318,7 +318,7 @@ where a.id = b.ppid
|
||||
np.amount = p.price * float(times) / float(unit)
|
||||
ret_items.append(np)
|
||||
if len(ret_items) == 0:
|
||||
e = f'{config_data=}{yamlstr=}没有找到合适的定价‘
|
||||
e = f'{config_data=}{yamlstr=}没有找到合适的定价'
|
||||
exception(e)
|
||||
raise Exception(e)
|
||||
return ret_items
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user