fix: skip_keys添加value_mode,防止定价项顶层value_mode被误当字段检查导致匹配失败
This commit is contained in:
parent
e4bbef8e17
commit
3a9e30313b
@ -609,7 +609,7 @@ order by b.enabled_date desc"""
|
||||
ns = DictObject(**config_data)
|
||||
|
||||
# 检查过滤条件(排除定价计算字段)
|
||||
skip_keys = {'formula', 'price_factors', 'unit_prices', 'unit', 'min_amount', 'filters', 'pricing_type'}
|
||||
skip_keys = {'formula', 'price_factors', 'unit_prices', 'unit', 'min_amount', 'filters', 'pricing_type', 'value_mode'}
|
||||
for k, spec_value in p.items():
|
||||
if spec_value is None:
|
||||
continue
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user