表异常提示

master_zzxx
grimm 2024-05-21 15:19:50 +08:00
parent 7fe95d4525
commit 3554d42b82
1 changed files with 1 additions and 0 deletions

View File

@ -310,6 +310,7 @@ public class STableManager {
map.put(id, obj);
} catch (NoSuchFieldException e) {
LOGGER.error("读表报错表name{},异常:{}",clazz.getSimpleName(),e.getMessage());
e.printStackTrace();
}
}
}