mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
Synchronization code
This commit is contained in:
@@ -224,7 +224,7 @@ namespace SqlSugar
|
||||
});
|
||||
return result;
|
||||
}
|
||||
else if (type.IsIn(typeof(DateTime)))
|
||||
else if (type.IsIn(typeof(DateTime))||type.Name== "DateOnly")
|
||||
{
|
||||
if (this.Context.CurrentConnectionConfig.DbType == DbType.Oracle)
|
||||
{
|
||||
|
Reference in New Issue
Block a user