Commit 45976511 authored by 吴春's avatar 吴春

提交代码

parent fd169da4
......@@ -87,7 +87,7 @@ namespace Mall.Repository.AppletWeChat
builder.Append($" AND a.{nameof(RB_Live_HouseExtension_Extend.MallBaseId)}={query.MallBaseId}");
}
}
builder.Append($" order by a.{nameof(RB_Live_HouseExtension_Extend.roomid)} desc,a.{nameof(RB_Live_HouseExtension_Extend.start_time)} desc");
builder.Append($" order by a.{nameof(RB_Live_HouseExtension_Extend.ID)} asc");
return GetPage<RB_Live_HouseExtension_Extend>(pageIndex, pageSize, out rowCount, builder.ToString()).ToList();
}
}
......
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