style: 移除 TableInfoFactory 注释掉的无用代码。

This commit is contained in:
Suomm 2023-06-20 19:42:26 +08:00
parent 0185ccae20
commit a06bd2c27d

View File

@ -221,9 +221,6 @@ public class TableInfoFactory {
if (genericType instanceof ParameterizedType) {
Class<?> actualTypeArgument = (Class<?>) ((ParameterizedType) genericType).getActualTypeArguments()[0];
//需排除 List<String> List<Long> 等场景
/*if (!defaultSupportColumnTypes.contains(actualTypeArgument)) {
tableInfo.addCollectionType(field, actualTypeArgument);
}*/
tableInfo.addCollectionType(field, actualTypeArgument);
}
}