Tiger.Business.MES/Transaction/PackingNode.cs
@@ -264,6 +264,8 @@ { action.Data.ShortMsg = new("工序异常", ShortMessage.Types.Error); action.Data.OperInfo = CurOperInfo(input.Locale); RemoveCurSnFromCurPackage(Context.ContainsKey("CurPackage") ? (Context["CurPackage"] as WipPkg).Item : null); ResetNode(); //action.CatchExceptionWithLog(ex, $"包装工序:提交操作数据异常"); action.CatchExceptionWithLog(ex, Biz.L("MES.Transaction.PackingNode.SubmitException")); }