Commit e4858b7c by guojuxing

管理员分组账号修改

parent 56de5247
......@@ -501,7 +501,7 @@ public class UserApiServiceImpl implements UserApiService {
}
//账号分组用户关联数据维护
if (StringUtils.isNotBlank(accountGroupIds)) {
ServiceResponse<String[]> accountGroupIdValid = ValidSplitUtils.validStr(userResourceIds);
ServiceResponse<String[]> accountGroupIdValid = ValidSplitUtils.validStr(accountGroupIds);
if (accountGroupIdValid.isSuccess()) {
accountGroupIdArr = accountGroupIdValid.getResult();
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment