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