This commit is contained in:
yumoqing 2026-03-25 16:58:18 +08:00
parent 2fab509c41
commit 24a2b9eb94

View File

@ -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