服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
2024-09-28 0a73b07c5efd882960af101ac8f8e12b8d2f560f
Tiger.Business.MES/Transaction/CollectNode.cs
@@ -105,7 +105,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));
                                }