This commit is contained in:
yumoqing 2026-03-25 13:16:32 +08:00
parent d92279d4e4
commit 54abb1e5ed

View File

@ -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 = []