This commit is contained in:
sunkaixuan
2023-07-13 15:06:07 +08:00
parent d1635a6903
commit 9a92ca7784
3 changed files with 3 additions and 3 deletions

View File

@@ -1452,7 +1452,7 @@ namespace SqlSugar
{ {
if (item.ConfigId == null) if (item.ConfigId == null)
{ {
item.ConfigId = Guid.NewGuid().ToString(); item.ConfigId = "";
} }
} }
} }

View File

@@ -2,7 +2,7 @@
<package > <package >
<metadata> <metadata>
<id>SqlSugarCore</id> <id>SqlSugarCore</id>
<version>5.1.4.90</version> <version>5.1.4.91</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>

View File

@@ -2,7 +2,7 @@
<package > <package >
<metadata> <metadata>
<id>SqlSugarCoreNoDrive</id> <id>SqlSugarCoreNoDrive</id>
<version>5.1.4.90</version> <version>5.1.4.91</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>