送10万抽优化

back_recharge
duhui 2022-11-28 11:18:14 +08:00
parent 7ed038d124
commit 06fe3e42f5
1 changed files with 2 additions and 2 deletions

View File

@ -92,10 +92,10 @@ public class GiveOneHundredThousandActivity extends AbstractActivity {
int soFarWentDays = TimeUtils.getSoFarWentDays(mission.getCreatTime(), TimeUtils.now())+1;
int day = config.getDay();
if (soFarWentDays < day){
return 3;
return 0;
}
if (soFarWentDays > day){
return 0;
return 3;
}
int time = user.getPlayerInfoManager().getDayOfOnlineTime();
if (time >= config.getTime()){