mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-07-16 16:50:41 +08:00
Update 人大金仓SqlServer
This commit is contained in:
parent
ed1f62bafa
commit
53f598d679
@ -163,7 +163,11 @@ namespace SqlSugar
|
|||||||
}
|
}
|
||||||
if (IsSqlServerModel())
|
if (IsSqlServerModel())
|
||||||
{
|
{
|
||||||
if (dbType == "varchar")
|
if (dbType == "numeric")
|
||||||
|
{
|
||||||
|
dbType = "numeric(18,6)";
|
||||||
|
}
|
||||||
|
else if (dbType == "varchar")
|
||||||
{
|
{
|
||||||
dbType = "varchar(max)";
|
dbType = "varchar(max)";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user