Commit d76f867d by songyinghui

Merge branch 'feature-content4' into 'master'

feature: 互动记录

See merge request !1432
parents 921cb89d 04e2fec8
......@@ -111,7 +111,7 @@ public class InteractRecordBuilder {
List<String> visitGoodsIds = extendInfo.getGoodsIds();
if (CollectionUtils.isEmpty(visitGoodsIds)) {
log.info("组装浏览商品信息, 商品信息不存在 {}", interactRecord.getExtendInfo());
return null;
return extendInfo;
}
// 拼接商品信息
List<InteractRecordExtendInfoBO.ExtendGoodsInfo> extendGoodsInfos =
......
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