服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2024-07-31 715bdf037d69f3eda2298880f30beb4b6195e0d3
Tiger.Business.MES/Transaction/TestNode.cs
@@ -141,14 +141,14 @@
                    }
                }
                //没有可执行的工步
                ResetSteps();
                ResetNode();
                action.IsSuccessed = false;
                //action.LocaleMsg = new($"岗位[{CurPosition.POST_CODE}]工步执行异常,请重新扫描产品条码", CurPosition.POST_CODE);
                action.LocaleMsg = new("MES.Transaction.TestNode.Submit.WorkStepException", CurPosition.POST_CODE);
            }
            catch (Exception ex)
            {
                action.CatchExceptionWithLog(ex, $"测试工序:扫描产品条码异常");
                action.CatchExceptionWithLog(ex, $"测试工序:提交操作数据异常");
            }
            return action;
        }
@@ -341,8 +341,8 @@
            }
            catch (Exception ex)
            {
                ResetSteps();
                action.CatchExceptionWithLog(ex, $"测试工序:扫描产品条码异常");
                ResetNode();
                action.CatchExceptionWithLog(ex, $"测试工序:工序节点工步提交数据异常");
            }
            return action;
        }