Wms/WMS.BLL/BllTransServer/HopperTransportServer.cs
@@ -463,7 +463,7 @@ { try { string type = "1";//叫料模板 string type = "2";//叫料模板 #region 判断 if (string.IsNullOrWhiteSpace(areaNo) || string.IsNullOrWhiteSpace(StartLocate) || string.IsNullOrWhiteSpace(plnStatus)) { @@ -515,7 +515,7 @@ var houseStr = layer == 3 ? "3楼中间站" : layer == 4 ? "4楼中间站" : ""; if (layer == 3 && plnStatus == "2") { type = "2"; type = "1"; } //通过仓库名称查询仓库信息 var house = Db.Queryable<SysWareHouse>().First(m => m.IsDel == "0" && m.WareHouseName == houseStr);