mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-06-28 13:34:32 +08:00
Optimize 达梦 Date.ToString(Format)
This commit is contained in:
parent
94338306e6
commit
50ef993dde
@ -278,7 +278,8 @@ namespace SqlSugar
|
||||
}
|
||||
private bool IsOracle()
|
||||
{
|
||||
return this.Context is OracleExpressionContext;
|
||||
return this.Context is OracleExpressionContext
|
||||
|| this.Context is DmExpressionContext;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user