|
@@ -2028,7 +2028,7 @@ FROM
|
|
|
if (hotelReservations.OtherRoomPrice > 0)
|
|
|
{
|
|
|
var fee = hotelReservations.OtherRoomPrice * hotelReservations.OtherRoomCount * (int)hotel_days;
|
|
|
- roomFeestr1 += $"<span style='width:70px;display: inline-block;'></span>其他:{hotelReservations.OtherRoomPrice.ToString("#0.00")} * {hotelReservations.OtherRoomCount}间 * {(int)hotel_days}晚 = {fee.ToString("#0.00")}";
|
|
|
+ roomFeestr1 += $"<span style='width:70px;display: inline-block;'></span>其他:{hotelReservations.OtherRoomPrice.ToString("#0.00")} * {hotelReservations.OtherRoomCount}间 * {(int)hotel_days}晚 = {fee.ToString("#0.00")}<br/>";
|
|
|
__isOther = true;
|
|
|
roomTotal += fee;
|
|
|
}
|