Wms/WMS.BLL/BllTransServer/RcsServer.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Wms/WMS.BLL/BllTransServer/RcsServer.cs
@@ -672,10 +672,10 @@ //查找储位 var loctionModel = Db.Queryable<SysStorageLocat>().Where(w => w.IsDel == "0" && w.Status == "0" && w.Flag == "0" && w.WareHouseNo == houseNo && areaNoList.Contains(w.AreaNo)) .OrderBy(o => o.Row).OrderByDescending(o => o.Column).First(); if (loctionModel == null) { throw new Exception("该车间净桶区暂无空余储位"); } //if (loctionModel == null) //{ // throw new Exception("该车间净桶区暂无空余储位"); //} return loctionModel; } catch (Exception ex)