修改部分日志

back_recharge
lvxinran 2020-08-17 10:11:27 +08:00
parent 237317a677
commit 588e22626f
2 changed files with 1 additions and 2 deletions

View File

@ -157,7 +157,6 @@ public class SituationLogic {
try{ try{
int index = 1; int index = 1;
for(ZSetOperations.TypedTuple<String> rankInfo:rankInfos){ for(ZSetOperations.TypedTuple<String> rankInfo:rankInfos){
System.out.println("fasong11111111111");
String title = SErrorCodeEerverConfig.getI18NMessage("xuanyuan_Ranking_reward_title"); String title = SErrorCodeEerverConfig.getI18NMessage("xuanyuan_Ranking_reward_title");
String content = SErrorCodeEerverConfig.getI18NMessage("xuanyuan_Ranking_reward_txt", new Object[]{index}); String content = SErrorCodeEerverConfig.getI18NMessage("xuanyuan_Ranking_reward_txt", new Object[]{index});
SRaceTowerRewardConfig sRaceTowerRewardConfig = rewardConfigMap.get(index); SRaceTowerRewardConfig sRaceTowerRewardConfig = rewardConfigMap.get(index);

View File

@ -1229,7 +1229,7 @@ public class GuildFightLogic {
public static Family.CarDelayProgressIndication carDelayProgressIndication; public static Family.CarDelayProgressIndication carDelayProgressIndication;
public static void minuteCheckForCarFight() throws Exception { public static void minuteCheckForCarFight() throws Exception {
LOGGER.info("车迟斗法progress={}"+carProgress); LOGGER.info("车迟斗法progress={}",carProgress);
int carProgressTmp =carProgress; int carProgressTmp =carProgress;
int id =1; int id =1;