Commit b8e6255a by guojuxing

策略命中接口调整

parent 01b5fc0a
......@@ -216,7 +216,7 @@ public class StoreStrategyServiceImpl implements StoreStrategyService{
}
} else {
//单选或者多选
if (extendDTOList != null) {
if (extendDTOList == null) {
TabStoreExtend storeExtend = storeExtendService.getStoreExtendByStoreIdAndFieldId(store.getStoreId(), Integer.parseInt(key));
if (storeExtend != null && !isBrandIdHitStrategy(storeExtend.getValue(), value)) {
continue;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment