|
|
@ -19,7 +19,7 @@ public class SystemTransMethod {
|
|
|
|
List<String> list = new ArrayList<>();
|
|
|
|
List<String> list = new ArrayList<>();
|
|
|
|
if (StringUtils.isNotBlank(roleIds)) {
|
|
|
|
if (StringUtils.isNotBlank(roleIds)) {
|
|
|
|
for (String roleId : roleIds.split(",")) {
|
|
|
|
for (String roleId : roleIds.split(",")) {
|
|
|
|
list.add(rolesComInfo.getRolesname(roleId));
|
|
|
|
list.add(rolesComInfo.getRolesRemark(roleId));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return StringUtils.join(list,",");
|
|
|
|
return StringUtils.join(list,",");
|
|
|
|