Merge branch 'master' into 11

This commit is contained in:
yulichang 2022-12-12 15:16:25 +08:00
commit c37cb2695a

View File

@ -16,10 +16,8 @@ public class MPJTableMapperHelper {
public static void init(Class<?> clazz, Class<?> mapper) {
if (clazz != null) {
if (clazz != null && mapper != null) {
CACHE.put(clazz, mapper);
}
if (mapper != null) {
CACHE_REVERSE.put(mapper, clazz);
}
}