mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-07 17:18:24 +08:00
remove error comments
This commit is contained in:
parent
86e0d1c367
commit
817d37de8d
@ -220,7 +220,6 @@ public class TableInfoFactory {
|
||||
Type genericType = TypeParameterResolver.resolveFieldType(field, entityClass);
|
||||
if (genericType instanceof ParameterizedType) {
|
||||
Class<?> actualTypeArgument = (Class<?>) ((ParameterizedType) genericType).getActualTypeArguments()[0];
|
||||
//需排除 List<String> List<Long> 等场景
|
||||
tableInfo.addCollectionType(field, actualTypeArgument);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user