服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
2025-03-12 0a68c7142da0814044f81b7081e702b0f72078ef
Tiger.Business.WMS/Common/WmsTask.cs
@@ -144,7 +144,7 @@
                var location = Biz.Db.Queryable<V_WH_UNIT>().Where(q => q.LOCATION_CODE == targetLocation && q.AUTH_ORG == option.CurOrg).IncludesAllFirstLayer().First();
                if (!location.IsNullOrEmpty())
                {
                    var isTransfer = CurInvItem.Location.LOCATION_CODE != location.LOCATION_CODE;
                    var isTransfer = CurInvItem.Location?.LOCATION_CODE != location.LOCATION_CODE;
                    foreach (var item in CurInvItem.Items)
                    {
                        item.STATUS = WMS_ITEM.STATUSs.InStore.GetValue();