This commit is contained in:
yumoqing 2026-03-25 12:06:47 +08:00
parent 54ed32435d
commit 85740b62fd

View File

@ -309,7 +309,8 @@ where a.id = b.ppid
}) })
if recs: if recs:
r = recs[0] r = recs[0]
r.prices = PricingProgram.get_pricing_from_ymalstr(data, r.pricing_date) r.prices = PricingProgram.get_pricing_from_ymalstr(data,
r.pricing_data)
debug(f'{r.prices=}') debug(f'{r.prices=}')
amt = 0.0 amt = 0.0
for p in r.prices: for p in r.prices: