Commit 58b4daf0 authored by 吴春's avatar 吴春

1

parent 875deee5
......@@ -439,8 +439,9 @@ namespace REBORN.Services.SellService
Date = y.Date.Value.ToString("yyyy/MM/dd"),
RoomList = y.RoomList.Select(z => new
{
z.Id,
z.RoomType,
RoomTypeName = z.RoomType.GetEnumName(),
RoomTypeName = userInfo.SimpleEasy == 0 ? z.RoomType.GetEnumName() : z.RoomTypeName,
z.Unit_Price,
z.Number,
z.PeopleNumber,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment