mirror of https://gitee.com/stylefeng/roses
【8.0】【system】修复查询组织机构树接口
parent
4c296d54ca
commit
a1f19ad679
|
@ -386,8 +386,8 @@ public class HrOrganizationServiceImpl extends ServiceImpl<HrOrganizationMapper,
|
|||
continue;
|
||||
}
|
||||
|
||||
orgPids = orgPids.replaceAll(LEFT_SQUARE_BRACKETS, "");
|
||||
orgPids = orgPids.replaceAll(RIGHT_SQUARE_BRACKETS, "");
|
||||
orgPids = orgPids.replaceAll("\\[", "");
|
||||
orgPids = orgPids.replaceAll("]", "");
|
||||
|
||||
String[] split = orgPids.split(",");
|
||||
for (String pidString : split) {
|
||||
|
|
Loading…
Reference in New Issue