Commit 3cf8971d authored by 黄奎's avatar 黄奎

页面修改

parent c3271a4c
...@@ -286,7 +286,7 @@ WHERE 1=1 ...@@ -286,7 +286,7 @@ WHERE 1=1
} }
else else
{ {
builder.AppendFormat(" AND t.{0} IN({}) ", nameof(RB_Student_ViewModel.CreateBy), query.CreateBy); builder.AppendFormat(" AND t.{0} IN({0}) ", nameof(RB_Student_ViewModel.CreateBy), query.CreateBy);
} }
} }
} }
......
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