服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
2025-01-02 2e2033964d99196d94b0abd9f3364b9b2387b324
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"));
            }