项目代码/WMS/WIDESEA_WMSServer/WIDESEA_StorageTaskServices/Task/Dt_TaskService.cs
@@ -2020,7 +2020,7 @@ } } } else if (location.AreaId == 2) else if (location.AreaId == 2 || location.AreaId == 7) { var locationLateral = _locationRepository.QueryData(x => x.Row == location.Row && x.Column > location.Column && x.Remark == location.Remark); if (locationLateral.Count > 0) @@ -2528,7 +2528,7 @@ } } else if (location.AreaId == 2) else if (location.AreaId == 2 || location.AreaId == 7) { var locationLateral = _locationRepository.QueryData(x => x.Row == location.Row && x.Column > location.Column && x.Remark == location.Remark);