热更表日志

back_recharge
zhangshanxue 2020-09-23 19:20:27 +08:00
parent fc6c95fc22
commit f24b25419a
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ public class STableManager {
//TODO 应该说有数据都加载后统一替换 但是现在部分静态数据遗留在cfg类中 只能一个一个加载
if(!tableName.equals("Map"))
loadInCache(cls);
LOGGER.info("hotfix table"+tableName);
}
Object stable = cls.newInstance();