Update dm & oracle (exp to sql)

This commit is contained in:
sunkaixuan
2023-06-07 16:59:37 +08:00
parent b2baec3103
commit b9c19ba4e5
3 changed files with 5 additions and 2 deletions

View File

@@ -72,6 +72,7 @@ namespace SqlSugar
}
public partial class OracleMethod : DefaultDbMethod, IDbMethods
{
public override string ParameterKeyWord { get; set; } = ":";
public override string Modulo(MethodCallExpressionModel model)
{
return " MOD(" + model.Args[0].MemberName+ " , " + model.Args[1].MemberName+")";