UPDATE 人大金仓

This commit is contained in:
sunkaixuan 2025-08-13 14:11:50 +08:00
parent 0175e3bb96
commit cecf286fc7
2 changed files with 5 additions and 1 deletions

View File

@ -168,6 +168,10 @@ namespace SqlSugar
{
dbType = "numeric(18,6)";
}
if (dbType.EqualCase("USER-DEFINED")&&it.Value is DateTime)
{
dbType = "datetime";
}
}
if (IsSqlServerModel())
{

View File

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