mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-04 00:10:25 +08:00
refactor: dbms与标签管理优化
This commit is contained in:
@@ -435,7 +435,7 @@ func (d *Db) HintTables(rc *req.Ctx) {
|
||||
res[tName] = make([]string, 0)
|
||||
}
|
||||
|
||||
columnName := fmt.Sprintf("%s [%s]", v.ColumnName, v.ShowDataType)
|
||||
columnName := fmt.Sprintf("%s [%s]", v.ColumnName, v.GetColumnType())
|
||||
comment := v.ColumnComment
|
||||
// 如果字段备注不为空,则加上备注信息
|
||||
if comment != "" {
|
||||
|
||||
Reference in New Issue
Block a user