|
|
@ -275,6 +275,7 @@ public class SysUserServiceImpl implements ISysUserService
|
|
|
|
* @param roleIds 角色组
|
|
|
|
* @param roleIds 角色组
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@Override
|
|
|
|
@Override
|
|
|
|
|
|
|
|
@Transactional
|
|
|
|
public void insertUserAuth(Long userId, Long[] roleIds)
|
|
|
|
public void insertUserAuth(Long userId, Long[] roleIds)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
userRoleMapper.deleteUserRoleByUserId(userId);
|
|
|
|
userRoleMapper.deleteUserRoleByUserId(userId);
|
|
|
|