浏览代码

refactor

master
yangxiaodong 7 年前
父节点
当前提交
8148d39a34
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/Cap.Consistency/Internal/ConsumerMethodExecutor.cs

+ 1
- 1
src/Cap.Consistency/Internal/ConsumerMethodExecutor.cs 查看文件

@@ -9,7 +9,7 @@ namespace Cap.Consistency.Internal
public static object[] PrepareArguments(
IDictionary<string, object> actionParameters,
ObjectMethodExecutor actionMethodExecutor) {
var declaredParameterInfos = actionMethodExecutor.ActionParameters;
var declaredParameterInfos = actionMethodExecutor.MethodParameters;
var count = declaredParameterInfos.Length;
if (count == 0) {
return null;


正在加载...
取消
保存