bugfix
This commit is contained in:
parent
2fab509c41
commit
24a2b9eb94
@ -319,6 +319,7 @@ order by b.enabled_date desc"""
|
|||||||
raise Exception(f'定价定义中没有pricing数据')
|
raise Exception(f'定价定义中没有pricing数据')
|
||||||
formula = d.formula
|
formula = d.formula
|
||||||
ret_items = []
|
ret_items = []
|
||||||
|
debug(f'{d.pricings=}')
|
||||||
for i, p in enumerate(d.pricings):
|
for i, p in enumerate(d.pricings):
|
||||||
p_ok = True
|
p_ok = True
|
||||||
times = 1
|
times = 1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user