Tiger.Business.WMS/ERP/WMS_U9C.cs | ●●●●● 补丁 | 查看 | 原始文档 | 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}"); } }