日志修改

back_recharge
lvxinran 2020-01-09 15:59:27 +08:00
parent 0d2f9e9fe9
commit c72b28d1de
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ public class CheckFight {
public void luaHotFix(){
LuaHotFixBean luaHotFixBean = STableManager.getJsonFilePathInJsonConf("lua-hotfix.json", LuaHotFixBean.class);
if(luaHotFixBean!=null && hotFixVersion < luaHotFixBean.getVersion()){
LOGGER.info("the curhotFixVersion={},the new hotFixVersion={} will hotifx ",hotFixVersion,luaHotFixBean.getVersion());
LOGGER.info("the curhotFixVersion={},the new hotFixVersion={} will hotfix ",hotFixVersion,luaHotFixBean.getVersion());
init();
LOGGER.info("the luahotfix done");
hotFixVersion = luaHotFixBean.getVersion();