Commit 455a4f4b authored by 黄奎's avatar 黄奎

页面修改

parent 17ad32ca
......@@ -167,6 +167,8 @@ namespace Edu.WebApi.Controllers.Public
var extModel = Common.Plugin.JsonHelper.DeserializeObject<RB_Role_ViewModel>(RequestParm.Msg.ToString());
extModel.CreateDate = DateTime.Now;
extModel.CreateBy = base.UserInfo.Id;
extModel.Group_Id = base.UserInfo.Group_Id;
extModel.School_Id = base.UserInfo.School_Id;
bool flag = roleModule.SetRoleModule(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