update 优化代码生成 导入表 列表返回 主键默认选中
This commit is contained in:
parent
29163a41c2
commit
c7071752a7
@ -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