bugfix
This commit is contained in:
parent
d92279d4e4
commit
54abb1e5ed
@ -336,8 +336,8 @@ where a.id = b.ppid
|
|||||||
if not d.fields:
|
if not d.fields:
|
||||||
exception(f'{d} has not "fields"')
|
exception(f'{d} has not "fields"')
|
||||||
raise Exception(f'定价定义中没有fields数据')
|
raise Exception(f'定价定义中没有fields数据')
|
||||||
if not d.pricing:
|
if not d.pricings:
|
||||||
exception(f'{d} has not "pricing"')
|
exception(f'{d} has not "pricings"')
|
||||||
raise Exception(f'定价定义中没有pricing数据')
|
raise Exception(f'定价定义中没有pricing数据')
|
||||||
formula = d.formula
|
formula = d.formula
|
||||||
ret_items = []
|
ret_items = []
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user