Commit 2216a3d0 authored by liudong1993's avatar liudong1993

1

parent 33054781
......@@ -36,7 +36,7 @@ WHERE 1=1
}
if (!string.IsNullOrEmpty(query.StuIds))
{
builder.AppendFormat(" AND A.{0} IN({1}) ", nameof(RB_Exam_Score_Extend.StuId), query.StuIds);
builder.AppendFormat(" AND A.{0} IN({1}) ", nameof(RB_Exam_Score_Extend.StuUId), query.StuIds);
}
}
return Get<RB_Exam_Score_Extend>(builder.ToString()).ToList();
......
......@@ -119,7 +119,7 @@ namespace EduSpider.WebApi.Controllers
{
return ApiResult.Failed(message: "手机号码登录失败、跳转至账号登录", new { Error = -1 });
}
int AccountType = jobj.GetInt("AccountType", 1);
int AccountType = jobj.GetInt("AccountType", 2);
var model = AccountService.GetAccountList(new RB_Account_Extend()
{
......
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