mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-03 00:00:49 +08:00
修复了BUG:流程上下文无法入参
This commit is contained in:
@@ -419,6 +419,7 @@ namespace Serein.Library
|
||||
// 常规参数的获取
|
||||
for (int i = 0; i < args.Length; i++) {
|
||||
var pd = MethodDetails.ParameterDetailss[i];
|
||||
|
||||
args[i] = await pd.ToMethodArgData(context); // 获取数据
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user