@ -3522,7 +3522,7 @@ namespace DS.WMS.Core.Op.Method
a => SqlFunc.Subqueryable<BookingLabelAllocation>()
.Where(x => x.BusinessId == a.Id && labelIdArray.Contains(x.LabelId))
.Any())
.Select<BookingSlotBaseDto>();
.Select<BookingSlotBaseDto>().Distinct();
var data = await result.ToQueryPageAsync(querySearch.PageCondition);