Commit 28e78820 authored by liudong1993's avatar liudong1993

Merge branch 'master' of http://gitlab.oytour.com/Kui2/education

parents a0f3a453 8e01e74e
......@@ -475,7 +475,7 @@ WHERE {where}
}
if (demodel.EnterID > 0)
{
where += $@" and o.{nameof(RB_Order_ViewModel.EnterID)} ={demodel.EnterID}";
where += string.Format(" and (o.EnterID={0} OR o.CreateBy={0} OR o.CourseConsultantId={0}) ", demodel.EnterID);
}
if (demodel.Dept_Id > 0)
{
......
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