Commit 6dc4fc7a by guanzhenshan

解决Ebay按站点统计排序不了的问题

parent 787169ab
......@@ -2576,7 +2576,7 @@ namespace Bailun.DC.Services
if (!string.IsNullOrWhiteSpace(request.sort))
{
fromsql += " order by t1." + request.sort + " " + request.order;
fromsql += " order by " + request.sort + " " + request.order;
}
using (var cn = new MySqlConnection(Common.GlobalConfig.ConnectionString))
......
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