[DS-7896][fix] Fixed the problem of duplicating project names when authorizing projects (#8453)
This closes #7896slim
parent
bb1ba967cd
commit
2aed250ed4
|
|
@ -566,9 +566,9 @@ public class UsersServiceImpl extends BaseServiceImpl implements UsersService {
|
|||
return result;
|
||||
}
|
||||
|
||||
//if the selected projectIds are empty, delete all items associated with the user
|
||||
projectUserMapper.deleteProjectRelation(0, userId);
|
||||
|
||||
if (check(result, StringUtils.isEmpty(projectIds), Status.SUCCESS)) {
|
||||
projectUserMapper.deleteProjectRelation(0, userId);
|
||||
return result;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue