服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
2025-03-19 97e7a6e15ed7046c9b94a1e2234937cc43fda4ab
一些已知更改
已修改1个文件
4 ■■■■ 文件已修改
Tiger.Business.WMS/ERP/WMS_U9C.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Tiger.Business.WMS/ERP/WMS_U9C.cs
@@ -212,7 +212,7 @@
                    else
                    {
                        action.IsSuccessed = false;
                        action.LocaleMsg = new($"{action.Message}; {result.Data[0].ErrorMsg}");
                        action.LocaleMsg = new($"收货单-行提交接口失败: {result.Data[0].ErrorMsg}");
                        Logger.Interface.Info($"收货单-行提交接口失败:{result.Data[0].ErrorMsg}");
                    }
                }
@@ -258,7 +258,7 @@
                    else
                    {
                        action.IsSuccessed = false;
                        action.LocaleMsg = new($"{action.Message}; {result.Data[0].ErrorMsg}");
                        action.LocaleMsg = new($"收货单 - 行审核接口失败:{result.Data[0].ErrorMsg}");
                        Logger.Interface.Info($"收货单-行审核接口失败:{result.Data[0].ErrorMsg}");
                    }
                }