Commit 36ba5b27 by 王祖波

增加wxaLinkId

parent 1b9af9b1
......@@ -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