Commit c57b3ac6 by 王祖波

Merge branch 'feature-recommend' into 'developer'

字段修改

See merge request !2741
parents 8ebda065 2efdbcb5
......@@ -151,7 +151,7 @@ public class MallOrderStatusChangeApiServiceImpl implements MallOrderStatusChang
// 查询多商品页面数据
if (StringUtils.isNotBlank(wxaLinkId)) {
Map<String, List<List<String>>> multipleMap = interactRecordBuilder.getGroupGoodsIdByWxaLinkIds(Lists.newArrayList(interactRecordMessageBO.getWxaLinkId()));
Map<String, List<List<String>>> multipleMap = interactRecordBuilder.getGroupGoodsIdByWxaLinkIds(Lists.newArrayList(wxaLinkId));
Integer goodsCount = interactRecordBuilder.getGoodsCount(interactRecordMessageBO, multipleMap);
interactRecordMessageBO.setGoodsCount(goodsCount);
}
......
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