update 优化代码生成 导入表 列表返回 主键默认选中
This commit is contained in:
parent
0a9d4ea17b
commit
5382a2a15e
@ -86,7 +86,7 @@ public class GenUtils
|
||||
column.setIsRequired(GenConstants.REQUIRE);
|
||||
}
|
||||
// 列表字段
|
||||
if (!arraysContains(GenConstants.COLUMNNAME_NOT_LIST, columnName) && !column.isPk())
|
||||
if (!arraysContains(GenConstants.COLUMNNAME_NOT_LIST, columnName))
|
||||
{
|
||||
column.setIsList(GenConstants.REQUIRE);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user