This commit is contained in:
yumoqing 2026-03-25 13:37:01 +08:00
parent a862c66e8a
commit 48f35180cc

View File

@ -350,6 +350,8 @@ where a.id = b.ppid
times = 1 times = 1
unit = 1 unit = 1
for k,spec_value in p.items(): for k,spec_value in p.items():
if k == 'price':
continue
f = d.fields.get(k) f = d.fields.get(k)
if not f: if not f:
e = f'定价项({i})中的{k}在fields中没有定义' e = f'定价项({i})中的{k}在fields中没有定义'