提交首页修改
This commit is contained in:
@@ -230,6 +230,7 @@ namespace BLL
|
||||
MainCNProfessionalId = user.MainCNProfessionalId,
|
||||
ViceCNProfessionalId = user.ViceCNProfessionalId,
|
||||
WorkNo = user.WorkNo,
|
||||
HomePageType = user.HomePageType,
|
||||
};
|
||||
db.Sys_User.InsertOnSubmit(newUser);
|
||||
db.SubmitChanges();
|
||||
@@ -312,6 +313,7 @@ namespace BLL
|
||||
newUser.MainCNProfessionalId = user.MainCNProfessionalId;
|
||||
newUser.ViceCNProfessionalId = user.ViceCNProfessionalId;
|
||||
newUser.WorkNo = user.WorkNo;
|
||||
newUser.HomePageType = user.HomePageType;
|
||||
db.SubmitChanges();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user