mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-25 01:14:33 +08:00
Update 人大金仓
This commit is contained in:
parent
65878f7ce0
commit
0288cc14ce
@ -56,7 +56,7 @@ namespace SqlSugar
|
|||||||
}
|
}
|
||||||
else if (IsSqlServerModel())
|
else if (IsSqlServerModel())
|
||||||
{
|
{
|
||||||
sql = sql.Replace("sys_constraint.conkey[1]", "sys_constraint.conkey{1}");
|
sql = sql.Replace("sys_constraint.conkey[1]", "sys_constraint.conkey{{1}}");
|
||||||
}
|
}
|
||||||
return sql;
|
return sql;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user