mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-24 07:22:57 +08:00
-
This commit is contained in:
parent
6114833847
commit
36918f9388
@ -185,7 +185,7 @@ namespace SqlSugar
|
|||||||
{
|
{
|
||||||
foreach (var item in columns)
|
foreach (var item in columns)
|
||||||
{
|
{
|
||||||
if (item.DbColumnName.Equals("GUID",StringComparison.CurrentCultureIgnoreCase))
|
if (item.DbColumnName.Equals("GUID",StringComparison.CurrentCultureIgnoreCase)&& item.Length==0)
|
||||||
{
|
{
|
||||||
item.Length = 36;
|
item.Length = 36;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user