mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-24 18:04:52 +08:00
Update db.Reportable
This commit is contained in:
parent
d871cbed9e
commit
17a5554d60
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user