mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-11 16:18:01 +08:00
Update db.Reportable
This commit is contained in:
parent
d871cbed9e
commit
17a5554d60
@ -224,7 +224,7 @@ namespace SqlSugar
|
|||||||
});
|
});
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
else if (type.IsIn(typeof(DateTime)))
|
else if (type.IsIn(typeof(DateTime))||type.Name== "DateOnly")
|
||||||
{
|
{
|
||||||
if (this.Context.CurrentConnectionConfig.DbType == DbType.Oracle)
|
if (this.Context.CurrentConnectionConfig.DbType == DbType.Oracle)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user