服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2024-07-31 715bdf037d69f3eda2298880f30beb4b6195e0d3
Tiger.Business.MES/WorkAction/IPQC.cs
@@ -90,7 +90,7 @@
                //如果行为设置为出错需要重置工序操作
                if (NodeAct.NEED_RESET == "Y")
                {
                    CurPosition.ResetSteps();
                    CurPosition.ResetNode();
                }
            }