Code optimization

This commit is contained in:
sunkaixuan 2022-11-26 14:41:56 +08:00
parent d4603a95e9
commit 99e313ae47
2 changed files with 6 additions and 0 deletions

View File

@ -7,6 +7,9 @@ using System.Threading.Tasks;
namespace SqlSugar
{
/// <summary>
/// MethodCall base DateFomat
/// </summary>
public partial class MethodCallExpressionResolve : BaseResolve
{
public string GeDateFormat(string formatString, string value)

View File

@ -9,6 +9,9 @@ using System.Threading.Tasks;
namespace SqlSugar
{
/// <summary>
///MethodCall Helper
/// </summary>
public partial class MethodCallExpressionResolve : BaseResolve
{
private void CusMethod(ExpressionParameter parameter, MethodCallExpression express, bool? isLeft)