Commit d4681af3 authored by 黄奎's avatar 黄奎

页面修改

parent 70bb7bb3
......@@ -412,7 +412,7 @@ namespace Edu.WebApi.Controllers.User
extModel.UpdateBy = base.UserInfo.Id;
extModel.UpdateTime = DateTime.Now;
extModel.Group_Id = base.UserInfo.Group_Id;
bool flag = teacherModule.SetTeacherModule_V2(extModel, isUpdateBasic: true);
bool flag = teacherModule.SetTeacherModule_V2(extModel);
return flag ? ApiResult.Success() : ApiResult.Failed();
}
......
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