fix 修复主键列表显示 重复生成bug

This commit is contained in:
疯狂的狮子li 2021-06-03 17:33:48 +08:00
parent 01c34b837d
commit 85bf5fbc9b
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ public class ${ClassName}Vo {
private ${pkColumn.javaType} ${pkColumn.javaField};
#foreach ($column in $columns)
#if($column.isList)
#if($column.isList && $column.isPk!=1)
/** $column.columnComment */
#set($parentheseIndex=$column.columnComment.indexOf(""))
#if($parentheseIndex != -1)