back_recharge
duhui 2023-06-02 17:09:14 +08:00
parent 5a35fe0fd1
commit a14a867b48
1 changed files with 1 additions and 1 deletions

View File

@ -570,7 +570,7 @@ public class BuyGoodsNewLogic {
}
sendneed=true;
// 当天零点
int beginOfDay = (int) (TimeUtils.getBeginOfDay(TimeUtils.nowInt()));
int beginOfDay = (int) (TimeUtils.getBeginOfDay(TimeUtils.now()));
user.getPlayerInfoManager().putMonthCard(monthcardConfig.getId(), beginOfDay);
// 特殊处理
if (monthcardConfig.getId() == Global.LMONTHCARDID){