Commit 08492bf0 authored by 黄奎's avatar 黄奎

页面修改

parent bea41205
...@@ -283,7 +283,7 @@ ORDER BY {orderBy} ...@@ -283,7 +283,7 @@ ORDER BY {orderBy}
{ {
createBy = demodel.EnterID; createBy = demodel.EnterID;
} }
where += $@" and (o.{nameof(RB_Order_ViewModel.CreateBy)} = {createBy} OR o.{nameof(RB_Order_ViewModel.EnterID)}={createBy} )"; where += $@" and (o.{nameof(RB_Order_ViewModel.CreateBy)} = {createBy} OR o.{nameof(RB_Order_ViewModel.EnterID)}={createBy} OR o.{nameof(RB_Order_ViewModel.CourseConsultantId)}={createBy} )";
} }
if (demodel.CategoryId > 0) if (demodel.CategoryId > 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