组织机构分配角色报错

jeecg_3.6.5
zhangdaiscott 8 years ago
parent aaddccdb7b
commit ec1c9267b1

@ -553,7 +553,9 @@ public class CommonDao extends GenericBaseCommonDao implements ICommonDao, IGene
}
}
curChildList.clear();
if(curChildList!=null){
curChildList.clear();
}
return tree;
}

Loading…
Cancel
Save