bravo-receiverList-remove
This commit is contained in:
@@ -114,6 +114,8 @@ public class BravoGiftSendService {
|
||||
}
|
||||
superNum = subSuperNum;
|
||||
List<Long> superGrilList = receiverList.subList(0, superNum);
|
||||
//因为外层传入的receiverList是Array.asList生成的,不能修改,所以需要重新构造一个
|
||||
receiverList = new ArrayList<>(receiverList);
|
||||
receiverList.removeAll(superGrilList);
|
||||
if (CollectionUtils.isEmpty(receiverList)){
|
||||
log.info("[brave] uid {}, all of superGril, multi {}, needTicketNum {} superNum {} superGrilList {}",
|
||||
|
Reference in New Issue
Block a user