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