From 37c4128d884e46d1f50c0a003c34a1749cda5841 Mon Sep 17 00:00:00 2001
From: Ben Lin <maobin001@msn.com>
Date: 星期二, 15 十月 2024 08:45:40 +0800
Subject: [PATCH] 一些已知更改

---
 Tiger.Business.MES/Transaction/CollectNode.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Tiger.Business.MES/Transaction/CollectNode.cs b/Tiger.Business.MES/Transaction/CollectNode.cs
index 71aafd0..d06f672 100644
--- a/Tiger.Business.MES/Transaction/CollectNode.cs
+++ b/Tiger.Business.MES/Transaction/CollectNode.cs
@@ -57,7 +57,7 @@
                             info.InputQty = CurOperInfo(input.Locale).InputQty;
                             action.Data.OperInfo = info;
                         }
-                        else if (!IsFinishAllSteps)
+                        else if (Steps.Any() && !IsFinishAllSteps)
                         {
                             action.Data.OperInfo = SetOperNodeInfo(CurOperInfo(input.Locale));
                         }

--
Gitblit v1.9.3