服务端的TigerApi 框架,基于.NET6 2024 版本
YangYuGang
2025-03-21 4cc9aa5eb0f4da700f8f2131cb288a6d598edaac
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);
                }
            }