Commit f65a0021 by 田超

Merge branch 'fixbug/1024262' into 'master'

bug [none] 立享权益,固定权益,长期权益选择同样的群后 ,remove异常

See merge request rays/pcloud-book!801
parents a407739b 1223e7e2
......@@ -457,7 +457,7 @@ public class PcloudGroupActivityBizImpl implements PcloudGroupActivityBiz {
Long serverId4Group = it4Group.next();
if (serverId.equals(serverId4Group)) {
it4Group.remove();
if(!ListUtils.isEmpty(ids)){
if (ids.contains(serverId4Group)){
it4Ids.remove();
}
}
......
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