死循环

back_recharge
zhangshanxue 2020-10-02 02:22:11 +08:00
parent 72256d2370
commit f0bda1ef52
1 changed files with 8 additions and 0 deletions

View File

@ -395,7 +395,15 @@ public class GlobalDataManaager implements IManager {
LOGGER.error("Exception旧配置删除请检查"+next.getKey());
break;
}
if(sRechargeCommodityConfig.getDailyUpdate()==0){
isMiss =true;
LOGGER.error("Exception配置"+next.getKey()+"endTime"+endTime+"sRe"+sRechargeCommodityConfig.getDailyUpdate());
break;
}
if(tt>1000){
isMiss =true;
LOGGER.error("Exception配置"+next.getKey()+"endTime"+endTime+"sRe"+sRechargeCommodityConfig.getDailyUpdate());
break;
}