Commit a27c6021 authored by 吴春's avatar 吴春

提交

parent 5561ce79
......@@ -1794,6 +1794,7 @@ namespace Mall.Module.User
return false;
}
/// <summary>
/// 时间戳转为C#格式时间
/// </summary>
......@@ -1814,6 +1815,7 @@ namespace Mall.Module.User
}
public Model.Extend.AppletWeChat.PlayBack GetLiveReplayInfo(RB_MiniProgram_Extend model, int room_id)
{
string token = WeiXinReidsCache.Get(model.MiniAppId);
......
......@@ -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.LiveTime)} desc");
builder.Append($" order by a.ID asc,a.{nameof(RB_Live_HouseExtension_Extend.LiveTime)} desc");
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