Synchronization code

This commit is contained in:
sunkaixuan
2023-08-13 17:49:20 +08:00
parent 5f45b608bc
commit e49d39f968
10 changed files with 54 additions and 1 deletions

View File

@@ -385,5 +385,10 @@ namespace SqlSugar
var parameterNameA = mode.Args[0].MemberName;
return $" CEIL({parameterNameA}) ";
}
public override string NewUid(MethodCallExpressionModel mode)
{
return " SYS_GUID() ";
}
}
}