This commit is contained in:
sunkaixuan
2022-08-20 15:57:45 +08:00
parent 91a11a2252
commit f056330478
3 changed files with 3 additions and 3 deletions

View File

@@ -122,7 +122,7 @@ namespace SqlSugar
{ {
MappingTables.Add(type,newTableName); MappingTables.Add(type,newTableName);
} }
else else
{ {
MappingTables[type]= newTableName; MappingTables[type]= newTableName;
} }

View File

@@ -2,7 +2,7 @@
<package > <package >
<metadata> <metadata>
<id>SqlSugarCore</id> <id>SqlSugarCore</id>
<version>5.1.2.2</version> <version>5.1.2.3</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.2.2</version> <version>5.1.2.3</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>