Commit 0d5b4162 by xiaoer.li@freemud.com

Merge remote-tracking branch 'remotes/origin/feature/2.0-换购券' into qa

parents 2b367c8c 811f1c61
......@@ -182,7 +182,7 @@ public class ItemServiceImpl implements ItemService {
}
});
}
if (CollectionUtils.isEmpty(skuIds)) {
if (CollectionUtils.isNotEmpty(skuIds)) {
return resultMap;
}
// 通过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