Commit 74074eea by guojuxing

装修验证线下订单

parent fd2762dc
......@@ -274,6 +274,7 @@ public class AppletDecorationConfigApiServiceImpl implements AppletDecorationCon
//总积分平衡组卡下面的子卡列表,线下订单选择
List<AppletCardDTO> subListTemp = appletCardMap.get(totalIntegral);
Set<String> subListSet = new HashSet<>();
subListSet.add(totalIntegral);
if (CollectionUtils.isNotEmpty(subListTemp)) {
for (AppletCardDTO temp : subListTemp) {
subListSet.add(temp.getCardConfigId().toString());
......
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