服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2025-03-14 906a6021decf8c7b0cbd745c24d54dd114b08dfe
Tiger.Business.MES/Transaction/Position.cs
@@ -500,8 +500,8 @@
                    {
                        DBCommitList.Add("AppendSaveAction", new List<Action>());
                    }
                    var commitList = DBCommitList["AppendSaveAction"];
                    commitList.Add(appendToSave);
                    var appendList = DBCommitList["AppendSaveAction"];
                    appendList.Add(appendToSave);
                }
            }