服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2024-09-27 bed76502512bd0a7f39cfa7024b238d822746e67
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));
                                }