Commit 28b86476 authored by 黄奎's avatar 黄奎

查询修改

parent acacf5c4
...@@ -971,7 +971,7 @@ WHERE A.Status=0 ...@@ -971,7 +971,7 @@ WHERE A.Status=0
string str = string.Join(",", query.CreateIds); string str = string.Join(",", query.CreateIds);
if (!string.IsNullOrEmpty(str)) if (!string.IsNullOrEmpty(str))
{ {
builder.AppendFormat(" AND A.{0} IN({0}) ", nameof(RB_Student_ViewModel.CreateBy), str); builder.AppendFormat(" AND A.{0} IN({1}) ", nameof(RB_Student_ViewModel.CreateBy), str);
} }
} }
} }
......
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