java.util.ConcurrentModificationException: null(遍历过程中进行了修改)
/ 树状结构,所有叶子结点,如果离职了,需要直接放弃。非叶子结点离职了,需要修改名字为“AA(已离职)”,作为提示privatestaticvoidcheckGoState(List<OrgMember> memberList) {if(CollectionUtils.isEmpty(memberList)) {...
|
手抖,上面了写错了。应该用
iterator.remove
而不是 memberList.remove(orgMember)
更多推荐
所有评论(0)