Commit f5419c0d authored by 黄奎's avatar 黄奎

新增接口

parent 771309cd
......@@ -53,6 +53,7 @@ WHERE 1=1
parameters.Add("Name", "%" + query.Title.Trim() + "%");
}
}
builder.AppendFormat(" ORDER BY A.{0} DESC ", nameof(RB_Commerce_News_Extend.Id));
return GetPage<RB_Commerce_News_Extend>(pageIndex, pageSize, out rowsCount, builder.ToString(), parameters).ToList();
}
......
......@@ -62,6 +62,7 @@ WHERE 1=1
builder.AppendFormat(" AND {0}={1} ", nameof(RB_InvestmentProcurement_Extend.CreateBy), query.CreateBy);
}
}
builder.AppendFormat(" ORDER BY {0} DESC ", nameof(RB_InvestmentProcurement_Extend.Id));
return GetPage<RB_InvestmentProcurement_Extend>(pageIndex, pageSize, out rowsCount, builder.ToString(), parameters).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