mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-24 18:04:52 +08:00
Code optimization
This commit is contained in:
parent
d4603a95e9
commit
99e313ae47
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user