//商店刷新
parent
6c9dfab0cc
commit
ff485d97c7
|
@ -43,7 +43,7 @@ public class RechargeInfo extends MongoBase{
|
|||
}
|
||||
|
||||
public boolean addNewSendId(int id){
|
||||
// cacheSendedIds.remove(-id);
|
||||
cacheSendedIds.remove(-id);
|
||||
return cacheSendedIds.add(id);
|
||||
}
|
||||
|
||||
|
|
|
@ -479,7 +479,7 @@ public class BuyGoodsLogic {
|
|||
continue;
|
||||
}
|
||||
if(endTime!=0 && now > endTime){
|
||||
boolean isNew = rechargeInfo.addNewSendId(goodsId);
|
||||
boolean isNew = rechargeInfo.addNewSendId(-goodsId);
|
||||
if(isNew){
|
||||
needChange = true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue