From d8fb32976a4d382fc37d12c652639c1015b9111e Mon Sep 17 00:00:00 2001 From: wangxinhui <wangxinhui@hnkhzn.com> Date: 星期四, 02 一月 2025 22:26:01 +0800 Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/MeiRuiAn/HuaiAn --- 代码管理/WMS/WIDESEA_WMSServer/WIDESEA_BasicService/Service/LocationInfoService_Common.cs | 22 ---------------------- 1 files changed, 0 insertions(+), 22 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_BasicService/Service/LocationInfoService_Common.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_BasicService/Service/LocationInfoService_Common.cs" index 3cd8b9c..4a0ddcd 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_BasicService/Service/LocationInfoService_Common.cs" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_BasicService/Service/LocationInfoService_Common.cs" @@ -45,28 +45,6 @@ }; } - //public bool LittleDepthLocationIsEmpty(Dt_LocationInfo locationInfo, PalletTypeEnum palletType) - //{ - // Dt_Warehouse warehouse = _basicRepository.WarehouseRepository.QueryFirst(x => x.WarehouseId == locationInfo.WarehouseId); - // if (warehouse == null) - // { - // throw new Exception($"鏈壘鍒颁粨搴撲俊鎭�"); - // } - - // return warehouse.WarehouseName switch - // { - // "鏉挎潗浠�" => false, - // "PP浠�" => false, - // "骞茶啘浠�" => false, - // "娴嬭瘯鏋朵粨" => LittleDepthLocationIsEmpty_CSJ(locationInfo, palletType), - // "闃荤剨浠�" => false, - // "娌瑰ⅷ浠�" => true, - // "鎴愬搧浠�" => true, - // "杈呮枡浠�" => true, - // _ => throw new Exception($"鏈壘鍒颁粨搴撹揣浣嶅垎閰嶆柟娉�") - // }; - //} - private readonly static object _locker = new object(); private static List<LocationCache> locationCaches = new List<LocationCache>(); /// <summary> -- Gitblit v1.9.3