Commit 2eb81f73 authored by liudong1993's avatar liudong1993

1

parent d1652873
......@@ -325,6 +325,7 @@ left JOIN {(Config.IsOnline ? "uat_reborn_dmc" : "reborn_dmc")}.rb_appoint_op ao
WHERE {where}
group by t.OrderId
ORDER BY t.CreateTime DESC";
Common.Plugin.LogHelper.WriteInfo("1:" + sql);
return GetPage<RB_CRMTicket_Order_Extend>(pageIndex, pageSize, out count, sql, 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