aaa
This commit is contained in:
@@ -177,6 +177,8 @@ func UpdateUserRole(ctx *jxcontext.Context, userIDs []string, roleIDs []int) (er
|
||||
}
|
||||
}
|
||||
}
|
||||
fmt.Println("1 ", addUserRoleMap)
|
||||
fmt.Println("2 ", deleteUserRoleMap)
|
||||
dao.Begin(db)
|
||||
defer func() {
|
||||
if r := recover(); r != nil {
|
||||
|
||||
Reference in New Issue
Block a user