服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2024-08-26 d811e775f550e65f4af420806e3d7a12c0c334bc
Tiger.Business.MES/WorkAction/Weighing.cs
@@ -124,7 +124,7 @@
            catch (System.Exception ex)
            {
                action.Data.ShortMsg = new("称重异常", ShortMessage.Types.Error);
                action.CatchExceptionWithLog(ex, $"称重行为:条码[{CurPosition.CurSN}]称重数据[{input?.Data.ToString()}]保存异常");
                action.CatchExceptionWithLog(ex, $"称重行为:条码[{CurPosition.CurSN}]称重数据[{input?.Data?.ToString()}]保存异常");
                action.LocaleMsg = new("MES.WorkAction.Weighing.SaveWeightInfoException", CurPosition.CurSN, input?.Data.ToString());
            }
            return action;