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