Commit 8e01e74e authored by 黄奎's avatar 黄奎

页面修改

parent 8c2fb775
......@@ -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