Commit b49e813a by 王祖波

Merge branch 'feature-recommend' into 'developer'

增加wxaLinkId

See merge request !2743
parents 8c060153 36ba5b27
......@@ -149,7 +149,7 @@ public class MallOrderStatusChangeApiServiceImpl implements MallOrderStatusChang
log.info("wxaLinkId:{}",wxaLinkId);
InteractRecordMessageBO interactRecordMessageBO = new InteractRecordMessageBO();
interactRecordMessageBO.setWxaLinkId(wxaLinkId);
// 查询多商品页面数据
if (StringUtils.isNotBlank(wxaLinkId)) {
Map<String, List<List<String>>> multipleMap = interactRecordBuilder.getGroupGoodsIdByWxaLinkIds(Lists.newArrayList(wxaLinkId));
......
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