Wms/WMS.BLL/BllPdaServer/PdaCrServer.cs
@@ -1137,7 +1137,7 @@ if (string.IsNullOrEmpty(endLocat)) { var locatInfo3 = storageLocatList.Where(w => w.IsDel == "0" && w.Flag == "0" && w.Status == "0") .OrderByDescending(m => new { m.Layer, m.Column, m.Row }).First(); .OrderByDescending(m => m.Layer).OrderByDescending(m=>m.Column).OrderByDescending(m=> m.Row).First(); if (locatInfo3 != null) {