服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
2024-10-15 37c4128d884e46d1f50c0a003c34a1749cda5841
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));
                        }