yuyou_x
2024-03-15 6d2552b84275884e2dfd9e39f8c550642e1cb568
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)
                    {