Commit db147e63 authored by 吴春's avatar 吴春

1

parent 13b48258
......@@ -51,7 +51,7 @@ namespace Edu.WebApi.Controllers.AI
{
var query = new RB_AI_PresetsApplication_ViewModel();// Common.Plugin.JsonHelper.DeserializeObject<RB_AI_AuthorizeStudent_ViewModel>(RequestParm.Msg.ToString());
query.Group_Id = base.AppletUserInfo.Group_Id;
query.School_Id = base.AppletUserInfo.School_Id;
// query.School_Id = base.AppletUserInfo.School_Id;
query.StudentId = this.AppletUserInfo.AccountId;
query.Enable = 1;
query.IsEffective = 1;
......
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