Commit 1223e7e2 by pansy

bug [none] remove异常

parent a407739b
......@@ -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