服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
2025-02-22 f2e2c131b1db5ac84e214f2b6dd1a27b816a41cd
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);
        }