Update 人大金仓

This commit is contained in:
sunkaixuan 2024-06-26 16:26:23 +08:00
parent 34ba00e3ca
commit feed5c4c85
2 changed files with 2 additions and 2 deletions

View File

@ -345,7 +345,7 @@ namespace SqlSugar
} }
} }
} }
if (!columns.Any(it => it.DefaultValue != null)) if (!columns.Any(it => it.DefaultValue != null&&it.IsIdentity==false))
{ {
ConstructorText = null; ConstructorText = null;
} }

View File

@ -2,7 +2,7 @@
<package > <package >
<metadata> <metadata>
<id>SqlSugarCore</id> <id>SqlSugarCore</id>
<version>5.1.4.159</version> <version>5.1.4.160-preview07</version>
<authors>sunkaixuan</authors> <authors>sunkaixuan</authors>
<owners>果糖大数据科技</owners> <owners>果糖大数据科技</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl> <licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>