From d117611cf53edf6ba8025f2d65a0c52fb3ec7296 Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期三, 19 三月 2025 11:44:48 +0800 Subject: [PATCH] Merge branch 'master' of http://47.115.28.255:8110/r/TigerClouds-Tech/Server/TigerApi6_2024 --- Tiger.Business.WMS/ERP/WMS_U9C.cs | 18 +++--------------- 1 files changed, 3 insertions(+), 15 deletions(-) diff --git a/Tiger.Business.WMS/ERP/WMS_U9C.cs b/Tiger.Business.WMS/ERP/WMS_U9C.cs index e7c2eee..982cb83 100644 --- a/Tiger.Business.WMS/ERP/WMS_U9C.cs +++ b/Tiger.Business.WMS/ERP/WMS_U9C.cs @@ -1,5 +1,4 @@ -锘縰sing Tiger.Model; -using SqlSugar; +锘縰sing SqlSugar; using System; using System.Collections.Generic; using System.Linq.Expressions; @@ -10,18 +9,7 @@ using System.Linq; using Newtonsoft.Json; using Tiger.IBusiness; -using Microsoft.AspNetCore.Http; -using Tiger.Model.Minsun; -using Org.BouncyCastle.Asn1.Tsp; -using Tiger.Model.Entitys.MES.Position; -using Apache.NMS.ActiveMQ.Commands; -using System.Security.Cryptography; -using System.Diagnostics; using Tiger.Model.Entitys.MES.U9C; -using Newtonsoft.Json.Linq; -using System.Security.Policy; -using NetTaste; -using static System.Net.WebRequestMethods; namespace Tiger.Business.WMS { @@ -212,7 +200,7 @@ else { action.IsSuccessed = false; - action.LocaleMsg = new($"{action.Message}; {result.Data[0].ErrorMsg}"); + action.LocaleMsg = new($"鏀惰揣鍗�-琛屾彁浜ゆ帴鍙eけ璐�: {result.Data[0].ErrorMsg}"); Logger.Interface.Info($"鏀惰揣鍗�-琛屾彁浜ゆ帴鍙eけ璐�:{result.Data[0].ErrorMsg}"); } } @@ -258,7 +246,7 @@ else { action.IsSuccessed = false; - action.LocaleMsg = new($"{action.Message}; {result.Data[0].ErrorMsg}"); + action.LocaleMsg = new($"鏀惰揣鍗� - 琛屽鏍告帴鍙eけ璐�:{result.Data[0].ErrorMsg}"); Logger.Interface.Info($"鏀惰揣鍗�-琛屽鏍告帴鍙eけ璐�:{result.Data[0].ErrorMsg}"); } } -- Gitblit v1.9.3