liuwf 1 year ago
parent 0b204f09f0
commit 6e77b9b53c

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

Loading…
Cancel
Save