From f2e2c131b1db5ac84e214f2b6dd1a27b816a41cd Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期六, 22 二月 2025 13:41:53 +0800 Subject: [PATCH] 雅达-修改返回类型并增加属性 --- Tiger.Business.WMS/Transaction/PrintSemiProdLabel.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Tiger.Business.WMS/Transaction/PrintSemiProdLabel.cs b/Tiger.Business.WMS/Transaction/PrintSemiProdLabel.cs index 1ae0373..335588b 100644 --- a/Tiger.Business.WMS/Transaction/PrintSemiProdLabel.cs +++ b/Tiger.Business.WMS/Transaction/PrintSemiProdLabel.cs @@ -58,7 +58,7 @@ return SetOutPutMqttMsg(action, input.Locale); } var DocLines = Biz.DataSource["YadaU9C"].Client.Ado.SqlQuery<mes_RcvRptDocLine>($"select * from mes_RcvRptDocLine where DocNo = '{input.SN}'"); - + var temps = new List<TemplateInput>(); foreach (var item in DocLines) { @@ -87,7 +87,7 @@ catch (Exception ex) { //action.CatchExceptionWithLog(ex, $"鎵弿[{input.SN}]寮傚父"); - action.CatchExceptionWithLog(ex, Biz.L("WMS.RePrint.Scan.ScanException", input.SN)); + action.CatchExceptionWithLog(ex, Biz.L("WMS.PrintSemiProdLabel.Scan.ScanException", input.SN)); } return SetOutPutMqttMsg(action, input.Locale); } -- Gitblit v1.9.3