Commit 993d88e5 by 陶光胜

Merge branch 'developer' of…

Merge branch 'developer' of http://115.159.76.241/base_platform_enterprise/gic-platform-enterprise into developer
parents 6cc70f6d 74074eea
......@@ -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