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)
|
np.amount = p.price * float(times) / float(unit)
|
||||||
ret_items.append(np)
|
ret_items.append(np)
|
||||||
if len(ret_items) == 0:
|
if len(ret_items) == 0:
|
||||||
e = f'{config_data=}{yamlstr=}没有找到合适的定价‘
|
e = f'{config_data=}{yamlstr=}没有找到合适的定价'
|
||||||
exception(e)
|
exception(e)
|
||||||
raise Exception(e)
|
raise Exception(e)
|
||||||
return ret_items
|
return ret_items
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user