This commit is contained in:
yumoqing 2026-03-24 11:45:44 +08:00
parent 3248e39fee
commit 9d0c102b36

View File

@ -183,7 +183,7 @@ class PricingProgram:
'pricing_data': ppt.pricing_data 'pricing_data': ppt.pricing_data
}) })
return True return True
e = f'pricing_program_timing(id={pptid}) not found') e = f'pricing_program_timing(id={pptid}) not found'
raise e raise e
e = f'pricing_program_timing(id={pptid}) read failed' e = f'pricing_program_timing(id={pptid}) read failed'
raise e raise e
@ -310,7 +310,7 @@ where a.id = b.ppid
break break
if p_ok: if p_ok:
if not p.price: if not p.price:
e = f'{p} 没有价格属性') e = f'{p} 没有价格属性'
exception(e) exception(e)
raise Exception(e) raise Exception(e)
np = p.copy() np = p.copy()