- 增加 DynamicFilterCustom 参数 object sender;#1113

This commit is contained in:
2881099
2022-05-23 01:22:45 +08:00
parent b49c487906
commit 7903fc3eff
6 changed files with 22 additions and 6 deletions

View File

@ -2546,7 +2546,7 @@ WHERE (((name,no) in (('testname01','testname01')) OR not((a.""no"") LIKE '%test
public class DynamicFilterMyCustom
{
[DynamicFilterCustom]
public static string MyRawSql(string value) => value;
public static string MyRawSql(object sender, string value) => value;
public static string TupleIn(string value)
{