mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-20 00:44:19 +08:00
UPDATE 人大金仓
This commit is contained in:
parent
0175e3bb96
commit
cecf286fc7
@ -168,6 +168,10 @@ namespace SqlSugar
|
||||
{
|
||||
dbType = "numeric(18,6)";
|
||||
}
|
||||
if (dbType.EqualCase("USER-DEFINED")&&it.Value is DateTime)
|
||||
{
|
||||
dbType = "datetime";
|
||||
}
|
||||
}
|
||||
if (IsSqlServerModel())
|
||||
{
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user