新礼包超值基金记录领取时间

back_recharge
mengchengzhen 2021-05-08 17:37:35 +08:00
parent 9f0900a5a2
commit a8c23221a0
1 changed files with 2 additions and 1 deletions

View File

@ -50,9 +50,10 @@ public class ReceiveWelfareBag extends AbstractWelfareBag {
} }
} }
public ReceiveWelfareBag(int modId, int type, long startTime, long endTime, int limit, int dailyUpdate, int continueDays, boolean open, long lastBuyTime, int buyTimes, long refreshTime, int[] privilege, int timeType, String[][] condition, boolean isUserBuyRefresh, boolean bought,String mongoKey,int rootId) { public ReceiveWelfareBag(int modId, int type, long startTime, long endTime, int limit, int dailyUpdate, int continueDays, boolean open, long lastBuyTime, int buyTimes, long refreshTime, int[] privilege, int timeType, String[][] condition, boolean isUserBuyRefresh, boolean bought,long getRewardTime,String mongoKey,int rootId) {
super( modId, type, startTime, endTime, limit, dailyUpdate, continueDays, open, lastBuyTime, buyTimes, refreshTime, privilege, timeType, condition, isUserBuyRefresh,mongoKey,rootId); super( modId, type, startTime, endTime, limit, dailyUpdate, continueDays, open, lastBuyTime, buyTimes, refreshTime, privilege, timeType, condition, isUserBuyRefresh,mongoKey,rootId);
this.bought = bought; this.bought = bought;
this.getRewardTime = getRewardTime;
} }
@Override @Override