|
|
|
@ -833,7 +833,7 @@ namespace Khd.Core.Wcs.Wcs
|
|
|
|
.Where(t => t.delFlag == "0")
|
|
|
|
.Where(t => t.delFlag == "0")
|
|
|
|
.Where(t => t.locationScrapType == "1")
|
|
|
|
.Where(t => t.locationScrapType == "1")
|
|
|
|
.Where(t => t.locationStatus == "1")
|
|
|
|
.Where(t => t.locationStatus == "1")
|
|
|
|
.Where(t => t.containerCode == null)
|
|
|
|
.Where(t => string.IsNullOrEmpty(t.containerCode))
|
|
|
|
.Where(t => t.warehouseId == 521)
|
|
|
|
.Where(t => t.warehouseId == 521)
|
|
|
|
.OrderByDescending(t => t.locColumn)
|
|
|
|
.OrderByDescending(t => t.locColumn)
|
|
|
|
.FirstOrDefault();
|
|
|
|
.FirstOrDefault();
|
|
|
|
|