From b35be2046df0304025f86666631770dbaf957a33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B8=94=E6=B0=91=E5=B0=8F=E9=95=87?= <262610965@qq.com> Date: Mon, 31 Jul 2023 15:28:46 +0800 Subject: [PATCH] =?UTF-8?q?:whale:=20debugInout=20=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E6=89=93=E5=8D=B0=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../game/action/skeleton/core/flow/interal/DebugInOut.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/common-core/src/main/java/com/iohao/game/action/skeleton/core/flow/interal/DebugInOut.java b/common/common-core/src/main/java/com/iohao/game/action/skeleton/core/flow/interal/DebugInOut.java index 6bfb540de..c4797c299 100644 --- a/common/common-core/src/main/java/com/iohao/game/action/skeleton/core/flow/interal/DebugInOut.java +++ b/common/common-core/src/main/java/com/iohao/game/action/skeleton/core/flow/interal/DebugInOut.java @@ -259,7 +259,7 @@ private void methodRequestParam(FlowContext flowContext, Map par for (ActionCommand.ParamInfo paramInfo : paramInfos) { Class paramClazz = paramInfo.getParamClazz(); - if (FlowContext.class.equals(paramClazz)) { + if (FlowContext.class.isAssignableFrom(paramClazz)) { continue; }