Update reportable

This commit is contained in:
sunkaixuan
2024-02-01 14:25:02 +08:00
parent 2877169e5e
commit 1096bea0a8

View File

@@ -135,7 +135,8 @@ namespace SqlSugar
{
get
{
if (this.Context.CurrentConnectionConfig.DbType == DbType.Oracle)
var isDual=queryBuilder.Builder.FullSqlDateNow?.ToLower()?.Contains(" dual")==true;
if (isDual)
{
return " from dual ";
}