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