修改部分日志
parent
237317a677
commit
588e22626f
|
@ -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);
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue