服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2025-03-26 1d61b45846ac2e5cb0a8366365613c44c1319289
Tiger.Business.WMS/Transaction/In_SemiProd.cs
@@ -81,7 +81,7 @@
                {
                    action.IsSuccessed = false;
                    action.LocaleMsg = Biz.L("WMS.InSemiProd.ScanItem.WoEmptyFailure", input.SN); // $"工单[{input.SN}]不存在"
                    return action;
                    return SetOutPutMqttMsg(action, input.Locale);
                }
                var semiTemplateQty = (input.Data ?? "").JsonToObject<SemiTemplateQty>() ?? new SemiTemplateQty();