mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-24 07:19:46 +08:00
update 升级 hutool 5.7.1 适配工具类
This commit is contained in:
@ -56,7 +56,7 @@ public class SysDeptController extends BaseController
|
||||
{
|
||||
SysDept d = (SysDept) it.next();
|
||||
if (d.getDeptId().intValue() == deptId
|
||||
|| ArrayUtils.contains(StrUtil.split(d.getAncestors(), ","), deptId + ""))
|
||||
|| ArrayUtils.contains(StrUtil.splitToArray(d.getAncestors(), ","), deptId + ""))
|
||||
{
|
||||
it.remove();
|
||||
}
|
||||
|
Reference in New Issue
Block a user