This commit is contained in:
sunkaixuan
2017-09-20 15:09:20 +08:00
parent 42a575c730
commit 6114833847
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
<package > <package >
<metadata> <metadata>
<id>sqlSugarCore</id> <id>sqlSugarCore</id>
<version>4.5.2.3</version> <version>4.5.2.6</version>
<authors>sunkaixuan</authors> <authors>sunkaixuan</authors>
<owners>Landa</owners> <owners>Landa</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl> <licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>

View File

@@ -187,7 +187,7 @@ namespace SqlSugar
{ {
if (item.DbColumnName.Equals("GUID",StringComparison.CurrentCultureIgnoreCase)) if (item.DbColumnName.Equals("GUID",StringComparison.CurrentCultureIgnoreCase))
{ {
item.Length = 10; item.Length = 36;
} }
} }
} }