死循环
parent
72256d2370
commit
f0bda1ef52
|
@ -395,7 +395,15 @@ public class GlobalDataManaager implements IManager {
|
||||||
LOGGER.error("Exception:旧配置删除,请检查"+next.getKey());
|
LOGGER.error("Exception:旧配置删除,请检查"+next.getKey());
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(sRechargeCommodityConfig.getDailyUpdate()==0){
|
||||||
|
isMiss =true;
|
||||||
|
LOGGER.error("Exception:配置"+next.getKey()+"endTime"+endTime+"sRe"+sRechargeCommodityConfig.getDailyUpdate());
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
if(tt>1000){
|
if(tt>1000){
|
||||||
|
isMiss =true;
|
||||||
LOGGER.error("Exception:配置"+next.getKey()+"endTime"+endTime+"sRe"+sRechargeCommodityConfig.getDailyUpdate());
|
LOGGER.error("Exception:配置"+next.getKey()+"endTime"+endTime+"sRe"+sRechargeCommodityConfig.getDailyUpdate());
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue