优化代码生成模板

This commit is contained in:
不做码农
2023-05-12 15:10:12 +08:00
parent ca22b17104
commit 335db343c9
4 changed files with 44 additions and 25 deletions

View File

@@ -153,10 +153,11 @@ namespace ZR.Service.System
column.DictType = prevColumn.DictType;
column.QueryType = prevColumn.QueryType;
}
if (column.ColumnComment.IsEmpty())
{
column.ColumnComment = prevColumn.ColumnComment;
}
//不同步列说明
//if (column.ColumnComment.IsEmpty())
//{
// column.ColumnComment = prevColumn.ColumnComment;
//}
updateColumns.Add(column);
}
}