Commit 6284c508 authored by liudong1993's avatar liudong1993

1

parent 9b0220c2
......@@ -357,7 +357,7 @@ ORDER BY t.CreateTime DESC";
if (demodel.IsMyOrder == 1)
{
//查询我的订单 新增对引流人员查看支持
where += $@" and (t.{nameof(RB_CRMTicket_Order_Extend.EnterID)} ={demodel.CreateBy} or t.{nameof(RB_CRMTicket_Order_Extend.CreateBy)} ={demodel.CreateBy})";
where += $@" and (t.{nameof(RB_CRMTicket_Order_Extend.EnterID)} ={demodel.EnterID} or t.{nameof(RB_CRMTicket_Order_Extend.CreateBy)} ={demodel.EnterID})";
}
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