213
This commit is contained in:
parent
5ff938472a
commit
bf115741a5
|
|
@ -437,7 +437,7 @@ ISQRoomUnavailableTimesServices sQRoomUnavailableTimesServices
|
|||
var availableRooms = allRooms
|
||||
.Where(r => r.status == true && !unavailableRoomIds.Contains(r.id) && !reservedRoomIds.Contains(r.id))
|
||||
.OrderBy(r => r.name)
|
||||
.Select(it => new { name = it.name + $" {it.price_per_hour}/小时", it.id, it.capacity })
|
||||
.Select(it => new { name = it.name + $" {it.price_per_hour.ToString("#.##")}/小时", it.id, it.capacity })
|
||||
.ToList();
|
||||
|
||||
return new WebApiDto()
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user