1
Tiandele
2026-03-17 9be0aa679c29628c4519868c7242e75a47f5a7f6
ÏîÄ¿´úÂë/WMS/WMSServer/WIDESEA_StorageBasicServices/Boxing/BoxingInfoService.cs
@@ -50,8 +50,8 @@
            var info = BaseDal.QueryFirst(x => x.PalletCode == palletcode);
            if (info != null) throw new Exception($"此托盘{palletcode}已存在组盘");
            var stockinfo = _stockInfoRepository.QueryFirst(x => x.PalletCode == palletcode);
            if (stockinfo != null) throw new Exception($"此托盘{palletcode}已存在库存数据");
            //var stockinfo = _stockInfoRepository.QueryFirst(x => x.PalletCode == palletcode);
            //if (stockinfo != null) throw new Exception($"此托盘{palletcode}已存在库存数据");
            //foreach (var item in obj)
            //{