Commit 811f1c61 by xiaoer.li@freemud.com

商品信息fix

parent 3b02cbda
...@@ -182,7 +182,7 @@ public class ItemServiceImpl implements ItemService { ...@@ -182,7 +182,7 @@ public class ItemServiceImpl implements ItemService {
} }
}); });
} }
if (CollectionUtils.isEmpty(skuIds)) { if (CollectionUtils.isNotEmpty(skuIds)) {
return resultMap; return resultMap;
} }
// 通过skuid查询spuid // 通过skuid查询spuid
......
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