Commit 9b0220c2 authored by liudong1993's avatar liudong1993

1

parent d6524b8d
Pipeline #335 failed with stages
......@@ -236,7 +236,7 @@ WHERE o.GroupId ={rB_Group_id} and o.IsSaleDrainage =1 and o.OrderStatus <>2 and
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