Skip to content

Commit

Permalink
mssql 参数类型
Browse files Browse the repository at this point in the history
在排序依据列表中多次指定了某一列。排序依据列表中的列必须是唯一的
  • Loading branch information
Swmiao1 committed Nov 30, 2021
1 parent 8ced43d commit f93dab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/view/cnf/def.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ var TypeMysqlDicMp = map[string]string{
"mediumblob": "[]byte",
"longblob": "[]byte",
"integer": "int64",
"numeric": "int64",
"numeric": "float64",
"smalldatetime": "time.Time", //sqlserver
"nvarchar": "string",
"real": "float32",
Expand Down

0 comments on commit f93dab8

Please sign in to comment.