This commit is contained in:
苏尹岚
2021-01-20 14:06:40 +08:00
parent ca415b259f
commit 4f61f1f35d
2 changed files with 18 additions and 0 deletions

View File

@@ -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 {