|
@ -242,6 +242,7 @@ namespace EasyBL.WEBAPP.SYS |
|
|
{ |
|
|
{ |
|
|
var iRel = db.Updateable(MemberDTOtoEntity(Member)) |
|
|
var iRel = db.Updateable(MemberDTOtoEntity(Member)) |
|
|
.Where(t1 => t1.Account == Member.Account) |
|
|
.Where(t1 => t1.Account == Member.Account) |
|
|
|
|
|
.IgnoreColumns(t1 => t1.MemberPicture) |
|
|
.ExecuteCommand(); |
|
|
.ExecuteCommand(); |
|
|
srm = new SuccessResponseMessage(null, null); |
|
|
srm = new SuccessResponseMessage(null, null); |
|
|
srm.DATA.Add(BLWording.REL, iRel); |
|
|
srm.DATA.Add(BLWording.REL, iRel); |
|
|