服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2024-09-27 c9d8baca46a7c6ee27a1f8844112dd5f3a52e44b
Tiger.Business.MES/Transaction/TestNode.cs
@@ -106,7 +106,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));
                                }