mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-14 05:26:35 +08:00
重写了触发器底层逻辑
This commit is contained in:
@@ -358,8 +358,8 @@ namespace Serein.Library.Utils
|
||||
);
|
||||
|
||||
// 创建 lambda 表达式
|
||||
var lambda = Expression.Lambda<Func<object, object[], Task<IFlipflopContext>>>(
|
||||
Expression.Convert(methodCall, typeof(Task<IFlipflopContext>)),
|
||||
var lambda = Expression.Lambda<Func<object, object[], Task<IFlipflopContext<object>>>>(
|
||||
Expression.Convert(methodCall, typeof(Task<IFlipflopContext<object>>)),
|
||||
instanceParam,
|
||||
argsParam
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user