服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2025-01-01 7bf8f292234bea48fd9318eee9267c6ef19e19ed
Tiger.Business.MES/Transaction/TestNode.cs
@@ -216,6 +216,7 @@
            {
                action.Data.ShortMsg = new("工序异常", ShortMessage.Types.Error);
                action.Data.OperInfo = CurOperInfo(input.Locale);
                ResetNode();
                //action.CatchExceptionWithLog(ex, $"测试工序:提交操作数据异常");
                action.CatchExceptionWithLog(ex, Biz.L("MES.Transaction.TestNode.SubmitException"));
            }