mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-23 23:09:47 +08:00
update 优化代码生成 导入表 列表返回 主键默认选中
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user