bugfix
This commit is contained in:
parent
a862c66e8a
commit
48f35180cc
@ -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中没有定义'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user