parent
c35c47f092
commit
ae3ffdfc27
@ -345,7 +345,7 @@ namespace SQLiteRepository
|
||||
|
||||
#region Update Group Associations
|
||||
|
||||
SetUserGroups(user.UserId, user.Groups.Where(x=>x.IsAssociatedToUser).ToList());
|
||||
SetUserGroups(userId, user.Groups.Where(x=>x.IsAssociatedToUser).ToList());
|
||||
|
||||
#endregion
|
||||
|
||||
@ -455,7 +455,7 @@ namespace SQLiteRepository
|
||||
" on gdb.GroupId = ujdb.GroupId_FK"+
|
||||
//"left join UserIdentity ui"+
|
||||
//"on ujdb.UserId_FK = ui.Id"+
|
||||
" where ujdb.UserId_FK = 1",
|
||||
" where ujdb.UserId_FK = ?",
|
||||
//"select * from GroupDb gdb left join UserGroupJoinDb ujdb on gdb.GroupId=ujdb.GroupId_FK where ujdb.UserId_FK = ?",
|
||||
userId);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user