Commit 99c27aef authored by 黄奎's avatar 黄奎

页面修改

parent d698dd71
...@@ -36,7 +36,7 @@ WHERE 1=1 ...@@ -36,7 +36,7 @@ WHERE 1=1
} }
if (query.AccountType > 0) if (query.AccountType > 0)
{ {
builder.AppendFormat(" AND a.{0}={1} ", nameof(RB_Account_ViewModel.AccountType), query.AccountType); builder.AppendFormat(" AND a.{0}={1} ", nameof(RB_Account_ViewModel.AccountType), (int)query.AccountType);
} }
if (query.School_Id > 0) if (query.School_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