src/A032.Process/ProcessControl.cs
@@ -263,6 +263,7 @@
            });
        }
        Dictionary<string, MethodInfo> InvokeMethodDict = new Dictionary<string, MethodInfo>();
        public List<ProcessMethodAttribute> CollectProcessMethods()
        {
            List<ProcessMethodAttribute> resultList = new List<ProcessMethodAttribute>();
@@ -274,6 +275,7 @@
                if (attr != null)
                {
                    resultList.Add(attr);
                    InvokeMethodDict[attr.MethodCode] = m;
                }
            });
@@ -333,7 +335,7 @@
                    u.Camera = CameraDict[u.CameraId];
                }
                u.OnMethodInvoke = OnBindUnitTaskInvoke;
                //u.OnMethodInvoke = OnBindUnitTaskInvoke;
            });
        }