Commit e1e9f378 authored by 黄奎's avatar 黄奎

页面修改

parent 5e98bd18
...@@ -35,7 +35,8 @@ WHERE 1=1 AND A.Status=0 ...@@ -35,7 +35,8 @@ WHERE 1=1 AND A.Status=0
if (IsUse) if (IsUse)
{ {
builder.AppendFormat(" AND A.{0}=1 ", nameof(RB_Share_Friend_Extend.IsUse)); builder.AppendFormat(" AND A.{0}=1 ", nameof(RB_Share_Friend_Extend.IsUse));
orderBy = " ORDER BY A.IsTop DESC,A.SortNum ASC,A.CreateDate DESC "; // A.IsTop DESC,A.SortNum ASC,
orderBy = " ORDER BY A.CreateDate DESC ";
} }
else else
{ {
......
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