日志修改
parent
0d2f9e9fe9
commit
c72b28d1de
|
@ -43,7 +43,7 @@ public class CheckFight {
|
||||||
public void luaHotFix(){
|
public void luaHotFix(){
|
||||||
LuaHotFixBean luaHotFixBean = STableManager.getJsonFilePathInJsonConf("lua-hotfix.json", LuaHotFixBean.class);
|
LuaHotFixBean luaHotFixBean = STableManager.getJsonFilePathInJsonConf("lua-hotfix.json", LuaHotFixBean.class);
|
||||||
if(luaHotFixBean!=null && hotFixVersion < luaHotFixBean.getVersion()){
|
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();
|
init();
|
||||||
LOGGER.info("the luahotfix done");
|
LOGGER.info("the luahotfix done");
|
||||||
hotFixVersion = luaHotFixBean.getVersion();
|
hotFixVersion = luaHotFixBean.getVersion();
|
||||||
|
|
Loading…
Reference in New Issue