mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-14 20:22:07 +08:00
@@ -227,7 +227,7 @@ public class ComponentProxy {
|
||||
}
|
||||
|
||||
try {
|
||||
if (args.length > 0){
|
||||
if (args != null && args.length > 0){
|
||||
Object[] wrapArgs = ArrayUtil.insert(args, 0, proxy);
|
||||
return liteFlowMethodBean.getMethod().invoke(bean, wrapArgs);
|
||||
}else{
|
||||
|
||||
Reference in New Issue
Block a user