mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-07 09:08:24 +08:00
style: 移除 TableInfoFactory 注释掉的无用代码。
This commit is contained in:
parent
0185ccae20
commit
a06bd2c27d
@ -221,9 +221,6 @@ public class TableInfoFactory {
|
|||||||
if (genericType instanceof ParameterizedType) {
|
if (genericType instanceof ParameterizedType) {
|
||||||
Class<?> actualTypeArgument = (Class<?>) ((ParameterizedType) genericType).getActualTypeArguments()[0];
|
Class<?> actualTypeArgument = (Class<?>) ((ParameterizedType) genericType).getActualTypeArguments()[0];
|
||||||
//需排除 List<String> List<Long> 等场景
|
//需排除 List<String> List<Long> 等场景
|
||||||
/*if (!defaultSupportColumnTypes.contains(actualTypeArgument)) {
|
|
||||||
tableInfo.addCollectionType(field, actualTypeArgument);
|
|
||||||
}*/
|
|
||||||
tableInfo.addCollectionType(field, actualTypeArgument);
|
tableInfo.addCollectionType(field, actualTypeArgument);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user