Wms/WMS.BLL/BllPdaServer/PdaCrServer.cs
@@ -1408,7 +1408,7 @@ Db.BeginTran(); //库存箱支明细信息 var boxList = Db.Queryable<DataBoxInfo>().Where(w => w.IsDel == "0" && w.BoxNo == boxNo).ToList(); var boxList = Db.Queryable<DataBoxInfo>().Where(w => w.IsDel == "0" && w.BoxNo == boxNo && w.Status == "2").ToList(); if (boxList.Count != 1) { throw new Exception("该箱码信息错误,存在多个此箱码信息");