显式空指针问题修复

This commit is contained in:
gaoqr
2025-01-14 11:32:31 +08:00
parent 765b0c3a47
commit 4fb49825b6
3 changed files with 9 additions and 12 deletions
@@ -72,7 +72,7 @@ public class ChenfengMybatisAutoConfiguration {
}
}
// 找不到合适的 IKeyGenerator 实现类
throw new IllegalArgumentException(CharSequenceUtil.format("DbType{} 找不到合适的 IKeyGenerator 实现类", dbType));
throw new IllegalArgumentException("DbType为空");
}
}