死循环
parent
72256d2370
commit
f0bda1ef52
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue