1
刘磊
2026-03-05 f45293a0c3c9838567d6ff01eae53157a9ed5284
ÏîÄ¿´úÂë/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)
            //{