Commit 139656ba authored by liudong1993's avatar liudong1993

1

parent a4a7f5ac
......@@ -325,7 +325,6 @@ 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