patrick
2019-12-10 1c4426810c71eead57084be8a18ade8d314dd8c4
src/Bro.Device.Common/Helper/AspectHelper.cs
@@ -45,7 +45,7 @@
            IOperationConfig config = args.Arguments.FirstOrDefault() as IOperationConfig;
            if (config == null)
            {
                throw new ProcessException("设备操作转入参数类型错误!", null);
                throw new ProcessException("设备操作转入参数类型错误!");
            }
            if (device.DeviceMode == DeviceMode.Run)