//集合取交集
List<String> tempList =(List<String>) org.apache.commons.collections.CollectionUtils.intersection(newIdList, oldIdList);
//集合取交集
List<String> tempList =(List<String>) org.apache.commons.collections.CollectionUtils.intersection(newIdList, oldIdList);